Home
last modified time | relevance | path

Searched defs:rsa (Results 1 – 10 of 10) sorted by relevance

/optee_os-3.20.0/core/drivers/crypto/crypto_api/acipher/
A Drsa.c22 struct drvcrypt_rsa *rsa = NULL; in crypto_acipher_alloc_rsa_keypair() local
43 struct drvcrypt_rsa *rsa = NULL; in crypto_acipher_alloc_rsa_public_key() local
62 struct drvcrypt_rsa *rsa = NULL; in crypto_acipher_free_rsa_public_key() local
75 struct drvcrypt_rsa *rsa = NULL; in crypto_acipher_free_rsa_keypair() local
89 struct drvcrypt_rsa *rsa = NULL; in crypto_acipher_gen_rsa_key() local
113 struct drvcrypt_rsa *rsa = NULL; in crypto_acipher_rsanopad_decrypt() local
152 struct drvcrypt_rsa *rsa = NULL; in crypto_acipher_rsanopad_encrypt() local
207 struct drvcrypt_rsa *rsa = NULL; in crypto_acipher_rsaes_decrypt() local
268 struct drvcrypt_rsa *rsa = NULL; in crypto_acipher_rsaes_encrypt() local
353 struct drvcrypt_rsa *rsa = NULL; in crypto_acipher_rsassa_sign() local
[all …]
A Drsassa.c183 struct drvcrypt_rsa *rsa = NULL; in rsassa_pkcs1_v1_5_sign() local
245 struct drvcrypt_rsa *rsa = NULL; in rsassa_pkcs1_v1_5_verify() local
732 struct drvcrypt_rsa *rsa = NULL; in rsassa_pss_sign() local
807 struct drvcrypt_rsa *rsa = NULL; in rsassa_pss_verify() local
/optee_os-3.20.0/lib/libmbedtls/core/
A Drsa.c97 static void rsa_init_from_key_pair(mbedtls_rsa_context *rsa, in rsa_init_from_key_pair()
115 static void mbd_rsa_free(mbedtls_rsa_context *rsa) in mbd_rsa_free()
226 mbedtls_rsa_context rsa; in sw_crypto_acipher_gen_rsa_key() local
282 mbedtls_rsa_context rsa; in sw_crypto_acipher_rsanopad_encrypt() local
347 mbedtls_rsa_context rsa; in sw_crypto_acipher_rsanopad_decrypt() local
413 mbedtls_rsa_context rsa; in sw_crypto_acipher_rsaes_decrypt() local
508 mbedtls_rsa_context rsa; in sw_crypto_acipher_rsaes_encrypt() local
584 mbedtls_rsa_context rsa; in sw_crypto_acipher_rsassa_sign() local
681 mbedtls_rsa_context rsa; in sw_crypto_acipher_rsassa_verify() local
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dpkwrite.c73 mbedtls_rsa_context *rsa ) in pk_write_rsa_pubkey()
330 mbedtls_rsa_context *rsa = mbedtls_pk_rsa( *key ); in mbedtls_pk_write_key_der() local
A Dpk_wrap.c73 const mbedtls_rsa_context * rsa = (const mbedtls_rsa_context *) ctx; in rsa_get_bitlen() local
82 mbedtls_rsa_context * rsa = (mbedtls_rsa_context *) ctx; in rsa_verify_wrap() local
114 mbedtls_rsa_context * rsa = (mbedtls_rsa_context *) ctx; in rsa_sign_wrap() local
132 mbedtls_rsa_context * rsa = (mbedtls_rsa_context *) ctx; in rsa_decrypt_wrap() local
146 mbedtls_rsa_context * rsa = (mbedtls_rsa_context *) ctx; in rsa_encrypt_wrap() local
A Dpkparse.c524 mbedtls_rsa_context *rsa ) in pk_get_rsapubkey()
704 static int pk_parse_key_pkcs1_der( mbedtls_rsa_context *rsa, in pk_parse_key_pkcs1_der()
A Drsa.c2465 mbedtls_rsa_context rsa; in mbedtls_rsa_self_test() local
/optee_os-3.20.0/core/include/
A Dsigned_hdr.h206 struct rsa_public_key *rsa; member
/optee_os-3.20.0/ta/pkcs11/src/
A Dpkcs11_attributes.c2243 mbedtls_rsa_context *rsa = NULL; in set_private_key_data_rsa() local
2435 mbedtls_rsa_context *rsa = NULL; in encode_rsa_private_key_der() local
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dssl_internal.h371 mbedtls_md_type_t rsa; member

Completed in 23 milliseconds