Searched defs:rsa (Results 1 – 9 of 9) sorted by relevance
| /optee_os/core/drivers/crypto/crypto_api/acipher/ |
| H A D | rsa.c | 22 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 208 struct drvcrypt_rsa *rsa = NULL; in crypto_acipher_rsaes_decrypt() local 276 struct drvcrypt_rsa *rsa = NULL; in crypto_acipher_rsaes_encrypt() local 367 struct drvcrypt_rsa *rsa = NULL; in crypto_acipher_rsassa_sign() local [all …]
|
| H A D | rsassa.c | 183 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 737 struct drvcrypt_rsa *rsa = NULL; in rsassa_pss_sign() local 812 struct drvcrypt_rsa *rsa = NULL; in rsassa_pss_verify() local
|
| /optee_os/lib/libmbedtls/core/ |
| H A D | rsa.c | 100 static TEE_Result rsa_complete_from_key_pair(mbedtls_rsa_context *rsa, in rsa_complete_from_key_pair() 151 static TEE_Result rsa_init_and_complete_from_key_pair(mbedtls_rsa_context *rsa, in rsa_init_and_complete_from_key_pair() 159 static void mbd_rsa_free(mbedtls_rsa_context *rsa, struct rsa_keypair *key) in mbd_rsa_free() 182 mbedtls_rsa_context *rsa = ctx->pk_ctx; in mbd_pk_free() local 287 mbedtls_rsa_context rsa; in sw_crypto_acipher_gen_rsa_key() local 343 mbedtls_rsa_context rsa; in sw_crypto_acipher_rsanopad_encrypt() local 408 mbedtls_rsa_context rsa = { }; in sw_crypto_acipher_rsanopad_decrypt() local 478 mbedtls_rsa_context *rsa = NULL; in sw_crypto_acipher_rsaes_decrypt() local 584 mbedtls_rsa_context *rsa = NULL; in sw_crypto_acipher_rsaes_encrypt() local 669 mbedtls_rsa_context *rsa = NULL; in sw_crypto_acipher_rsassa_sign() local [all …]
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | psa_crypto_rsa.c | 43 const mbedtls_rsa_context *rsa) in psa_check_rsa_key_byte_aligned() 116 mbedtls_rsa_context *rsa = NULL; in mbedtls_psa_rsa_import_key() local 152 mbedtls_rsa_context *rsa, in mbedtls_psa_rsa_export_key() 196 mbedtls_rsa_context *rsa = NULL; in mbedtls_psa_rsa_export_public_key() local 246 mbedtls_rsa_context rsa; in mbedtls_psa_rsa_generate_key() local 323 mbedtls_rsa_context *rsa = NULL; in mbedtls_psa_rsa_sign_hash() local 394 const mbedtls_rsa_context *rsa, in rsa_pss_expected_salt_len() 422 mbedtls_rsa_context *rsa = NULL; in mbedtls_psa_rsa_verify_hash() local 500 mbedtls_rsa_context *rsa) in psa_rsa_oaep_set_padding_mode() 541 mbedtls_rsa_context *rsa = NULL; in mbedtls_psa_asymmetric_encrypt() local [all …]
|
| H A D | pk_wrap.c | 60 const mbedtls_rsa_context *rsa = (const mbedtls_rsa_context *) pk->pk_ctx; in rsa_get_bitlen() local 69 mbedtls_rsa_context *rsa = (mbedtls_rsa_context *) pk->pk_ctx; in rsa_verify_wrap() local 135 mbedtls_rsa_context *rsa = (mbedtls_rsa_context *) pk->pk_ctx; in rsa_verify_wrap() local 259 mbedtls_rsa_context *rsa = (mbedtls_rsa_context *) pk->pk_ctx; in rsa_sign_wrap() local 284 mbedtls_rsa_context *rsa = (mbedtls_rsa_context *) pk->pk_ctx; in rsa_decrypt_wrap() local 350 mbedtls_rsa_context *rsa = (mbedtls_rsa_context *) pk->pk_ctx; in rsa_decrypt_wrap() local 367 mbedtls_rsa_context *rsa = (mbedtls_rsa_context *) pk->pk_ctx; in rsa_encrypt_wrap() local 432 mbedtls_rsa_context *rsa = (mbedtls_rsa_context *) pk->pk_ctx; in rsa_encrypt_wrap() local
|
| H A D | rsa.c | 81 int mbedtls_rsa_parse_key(mbedtls_rsa_context *rsa, const unsigned char *key, size_t keylen) in mbedtls_rsa_parse_key() 229 int mbedtls_rsa_parse_pubkey(mbedtls_rsa_context *rsa, const unsigned char *key, size_t keylen) in mbedtls_rsa_parse_pubkey() 288 int mbedtls_rsa_write_key(const mbedtls_rsa_context *rsa, unsigned char *start, in mbedtls_rsa_write_key() 380 int mbedtls_rsa_write_pubkey(const mbedtls_rsa_context *rsa, unsigned char *start, in mbedtls_rsa_write_pubkey() 2930 mbedtls_rsa_context rsa; in mbedtls_rsa_self_test() local
|
| H A D | pk.c | 380 static psa_algorithm_t psa_algorithm_for_rsa(const mbedtls_rsa_context *rsa, in psa_algorithm_for_rsa() 441 mbedtls_rsa_context *rsa = mbedtls_pk_rsa(*pk); in mbedtls_pk_get_psa_attributes() local
|
| /optee_os/core/include/ |
| H A D | signed_hdr.h | 206 struct rsa_public_key *rsa; member
|
| /optee_os/ta/pkcs11/src/ |
| H A D | pkcs11_attributes.c | 2511 mbedtls_rsa_context *rsa = NULL; in set_private_key_data_rsa() local 2709 mbedtls_rsa_context *rsa = NULL; in encode_rsa_private_key_der() local
|