Home
last modified time | relevance | path

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

/third_party/mbedtls/tests/include/spe/
H A Dcrypto_spe.h136 #define psa_asymmetric_encrypt \ macro
137 PSA_FUNCTION_NAME(psa_asymmetric_encrypt)
/third_party/mbedtls/include/psa/
H A Dcrypto.h3100 psa_status_t psa_asymmetric_encrypt(mbedtls_svc_key_id_t key,
/third_party/mbedtls/tests/include/test/
H A Dpsa_test_wrappers.h181 #define psa_asymmetric_encrypt(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.c288 /* Wrapper for psa_asymmetric_encrypt */
305 psa_status_t status = (psa_asymmetric_encrypt)(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_encrypt()
H A Dpsa_exercise_key.c452 status = psa_asymmetric_encrypt(key, alg, in exercise_asymmetric_encryption_key()
/third_party/mbedtls/library/
H A Dpk_wrap.c407 status = psa_asymmetric_encrypt(key_id, psa_encrypt_alg, in rsa_encrypt_wrap()
H A Dpsa_crypto.c3313 psa_status_t psa_asymmetric_encrypt(mbedtls_svc_key_id_t key, in psa_asymmetric_encrypt() function

Completed in 24 milliseconds