Searched refs:psa_asymmetric_decrypt (Results 1 - 7 of 7) sorted by relevance
/third_party/mbedtls/tests/include/spe/ |
H A D | crypto_spe.h | 138 #define psa_asymmetric_decrypt \ macro 139 PSA_FUNCTION_NAME(psa_asymmetric_decrypt)
|
/third_party/mbedtls/include/psa/ |
H A D | crypto.h | 3161 psa_status_t psa_asymmetric_decrypt(mbedtls_svc_key_id_t key,
|
/third_party/mbedtls/library/ |
H A D | pk_wrap.c | 324 status = psa_asymmetric_decrypt(key_id, decrypt_alg, in rsa_decrypt_wrap() 1494 status = psa_asymmetric_decrypt(pk->priv_id, alg, input, ilen, NULL, 0, output, osize, olen); in rsa_opaque_decrypt()
|
H A D | psa_crypto.c | 3370 psa_status_t psa_asymmetric_decrypt(mbedtls_svc_key_id_t key, in psa_asymmetric_decrypt() function
|
/third_party/mbedtls/tests/include/test/ |
H A D | psa_test_wrappers.h | 168 #define psa_asymmetric_decrypt(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_salt, arg5_salt_length, arg6_output, arg7_output_size, arg8_output_length) \ macro
|
/third_party/mbedtls/tests/src/ |
H A D | psa_test_wrappers.c | 262 /* Wrapper for psa_asymmetric_decrypt */ 279 psa_status_t status = (psa_asymmetric_decrypt)(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_salt, arg5_salt_length, arg6_output, arg7_output_size, arg8_output_length); in mbedtls_test_wrap_psa_asymmetric_decrypt()
|
H A D | psa_exercise_key.c | 465 status = psa_asymmetric_decrypt(key, alg, in exercise_asymmetric_encryption_key()
|
Completed in 25 milliseconds