Searched refs:psa_asymmetric_encrypt (Results 1 - 7 of 7) sorted by relevance
/third_party/mbedtls/tests/include/spe/ |
H A D | crypto_spe.h | 136 #define psa_asymmetric_encrypt \ macro 137 PSA_FUNCTION_NAME(psa_asymmetric_encrypt)
|
/third_party/mbedtls/include/psa/ |
H A D | crypto.h | 3100 psa_status_t psa_asymmetric_encrypt(mbedtls_svc_key_id_t key,
|
/third_party/mbedtls/tests/include/test/ |
H A D | psa_test_wrappers.h | 181 #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 D | psa_test_wrappers.c | 288 /* 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 D | psa_exercise_key.c | 452 status = psa_asymmetric_encrypt(key, alg, in exercise_asymmetric_encryption_key()
|
/third_party/mbedtls/library/ |
H A D | pk_wrap.c | 407 status = psa_asymmetric_encrypt(key_id, psa_encrypt_alg, in rsa_encrypt_wrap()
|
H A D | psa_crypto.c | 3313 psa_status_t psa_asymmetric_encrypt(mbedtls_svc_key_id_t key, in psa_asymmetric_encrypt() function
|
Completed in 24 milliseconds