Home
last modified time | relevance | path

Searched refs:mbedtls_pk_rsa (Results 1 – 6 of 6) sorted by relevance

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dpkparse.c651 ret = pk_get_rsapubkey( p, end, mbedtls_pk_rsa( *pk ) ); in mbedtls_pk_parse_subpubkey()
1063 if( ( ret = pk_parse_key_pkcs1_der( mbedtls_pk_rsa( *pk ), p, len ) ) != 0 ) in pk_parse_key_pkcs8_unencrypted_der()
1249 ( ret = pk_parse_key_pkcs1_der( mbedtls_pk_rsa( *pk ), in mbedtls_pk_parse_key()
1396 pk_parse_key_pkcs1_der( mbedtls_pk_rsa( *pk ), key, keylen ) == 0 ) in mbedtls_pk_parse_key()
1477 if ( ( ret = pk_get_rsapubkey( &p, p + pem.buflen, mbedtls_pk_rsa( *ctx ) ) ) != 0 ) in mbedtls_pk_parse_public_key()
1526 ret = pk_get_rsapubkey( &p, p + keylen, mbedtls_pk_rsa( *ctx ) ); in mbedtls_pk_parse_public_key()
A Dpkwrite.c189 MBEDTLS_ASN1_CHK_ADD( len, pk_write_rsa_pubkey( p, start, mbedtls_pk_rsa( *key ) ) ); in mbedtls_pk_write_pubkey()
330 mbedtls_rsa_context *rsa = mbedtls_pk_rsa( *key ); in mbedtls_pk_write_key_der()
A Dpk.c372 ret = mbedtls_rsa_rsassa_pss_verify_ext( mbedtls_pk_rsa( *ctx ), in mbedtls_pk_verify_ext()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dpk.h644 static inline mbedtls_rsa_context *mbedtls_pk_rsa( const mbedtls_pk_context pk ) in mbedtls_pk_rsa() function
A Dcompat-1.3.h2153 #define pk_rsa mbedtls_pk_rsa
/optee_os-3.20.0/ta/pkcs11/src/
A Dpkcs11_attributes.c2274 rsa = mbedtls_pk_rsa(pk); in set_private_key_data_rsa()
2465 rsa = mbedtls_pk_rsa(pk); in encode_rsa_private_key_der()

Completed in 25 milliseconds