Home
last modified time | relevance | path

Searched refs:pk_type (Results 1 – 8 of 8) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
A Dpkwrite.c230 mbedtls_pk_type_t pk_type; in mbedtls_pk_write_pubkey_der() local
256 pk_type = mbedtls_pk_get_type( key ); in mbedtls_pk_write_pubkey_der()
258 if( pk_type == MBEDTLS_PK_ECKEY ) in mbedtls_pk_write_pubkey_der()
264 if( pk_type == MBEDTLS_PK_OPAQUE ) in mbedtls_pk_write_pubkey_der()
293 pk_type = MBEDTLS_PK_ECKEY; in mbedtls_pk_write_pubkey_der()
297 if( ( ret = mbedtls_oid_get_oid_by_pk_alg( pk_type, &oid, in mbedtls_pk_write_pubkey_der()
A Dpk.c109 const mbedtls_pk_info_t * mbedtls_pk_info_from_type( mbedtls_pk_type_t pk_type ) in mbedtls_pk_info_from_type() argument
111 switch( pk_type ) { in mbedtls_pk_info_from_type()
A Dx509_crt.c3124 mbedtls_pk_type_t pk_type; in x509_crt_verify_restartable_ca_cb() local
3143 pk_type = mbedtls_pk_get_type( &crt->pk ); in x509_crt_verify_restartable_ca_cb()
3145 if( x509_profile_check_pk_alg( profile, pk_type ) != 0 ) in x509_crt_verify_restartable_ca_cb()
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Dpk.h252 const mbedtls_pk_info_t *mbedtls_pk_info_from_type( mbedtls_pk_type_t pk_type );
/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Dpk.h252 const mbedtls_pk_info_t *mbedtls_pk_info_from_type( mbedtls_pk_type_t pk_type );
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Dpk.h252 const mbedtls_pk_info_t *mbedtls_pk_info_from_type( mbedtls_pk_type_t pk_type );
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Dpk.h252 const mbedtls_pk_info_t *mbedtls_pk_info_from_type( mbedtls_pk_type_t pk_type );
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Dpk.h252 const mbedtls_pk_info_t *mbedtls_pk_info_from_type( mbedtls_pk_type_t pk_type );

Completed in 18 milliseconds