Home
last modified time | relevance | path

Searched refs:mbedtls_pk_info_from_type (Results 1 – 14 of 14) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
A Dpkparse.c642 if( ( pk_info = mbedtls_pk_info_from_type( pk_alg ) ) == NULL ) in mbedtls_pk_parse_subpubkey()
1054 if( ( pk_info = mbedtls_pk_info_from_type( pk_alg ) ) == NULL ) in pk_parse_key_pkcs8_unencrypted_der()
1247 pk_info = mbedtls_pk_info_from_type( MBEDTLS_PK_RSA ); in mbedtls_pk_parse_key()
1277 pk_info = mbedtls_pk_info_from_type( MBEDTLS_PK_ECKEY ); in mbedtls_pk_parse_key()
1391 pk_info = mbedtls_pk_info_from_type( MBEDTLS_PK_RSA ); in mbedtls_pk_parse_key()
1403 pk_info = mbedtls_pk_info_from_type( MBEDTLS_PK_ECKEY ); in mbedtls_pk_parse_key()
1462 if( ( pk_info = mbedtls_pk_info_from_type( MBEDTLS_PK_RSA ) ) == NULL ) in mbedtls_pk_parse_public_key()
1510 if( ( pk_info = mbedtls_pk_info_from_type( MBEDTLS_PK_RSA ) ) == NULL ) in mbedtls_pk_parse_public_key()
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() function
/optee_os/lib/libmbedtls/core/
A Drsa.c390 pk_info = mbedtls_pk_info_from_type(MBEDTLS_PK_RSA); in crypto_acipher_rsaes_decrypt()
473 pk_info = mbedtls_pk_info_from_type(MBEDTLS_PK_RSA); in crypto_acipher_rsaes_encrypt()
571 pk_info = mbedtls_pk_info_from_type(MBEDTLS_PK_RSA); in crypto_acipher_rsassa_sign()
663 pk_info = mbedtls_pk_info_from_type(MBEDTLS_PK_RSA); in crypto_acipher_rsassa_verify()
A Decc.c211 pk_info = mbedtls_pk_info_from_type(MBEDTLS_PK_ECDSA); in ecc_sign()
/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 );
A Dcompat-1.3.h2142 #define pk_info_from_type mbedtls_pk_info_from_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 );
A Dcompat-1.3.h2142 #define pk_info_from_type mbedtls_pk_info_from_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 );
A Dcompat-1.3.h2142 #define pk_info_from_type mbedtls_pk_info_from_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 );
A Dcompat-1.3.h2142 #define pk_info_from_type mbedtls_pk_info_from_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 );
A Dcompat-1.3.h2142 #define pk_info_from_type mbedtls_pk_info_from_type

Completed in 82 milliseconds