Home
last modified time | relevance | path

Searched refs:psa_asymmetric_decrypt (Results 1 - 7 of 7) sorted by relevance

/third_party/mbedtls/tests/include/spe/
H A Dcrypto_spe.h138 #define psa_asymmetric_decrypt \ macro
139 PSA_FUNCTION_NAME(psa_asymmetric_decrypt)
/third_party/mbedtls/include/psa/
H A Dcrypto.h3161 psa_status_t psa_asymmetric_decrypt(mbedtls_svc_key_id_t key,
/third_party/mbedtls/library/
H A Dpk_wrap.c324 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 Dpsa_crypto.c3370 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 Dpsa_test_wrappers.h168 #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 Dpsa_test_wrappers.c262 /* 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 Dpsa_exercise_key.c465 status = psa_asymmetric_decrypt(key, alg, in exercise_asymmetric_encryption_key()

Completed in 36 milliseconds