Searched refs:psa_cipher_encrypt (Results 1 - 5 of 5) sorted by relevance
/third_party/mbedtls/library/ |
H A D | block_cipher.c | 173 status = psa_cipher_encrypt(ctx->psa_key_id, PSA_ALG_ECB_NO_PADDING, in mbedtls_block_cipher_encrypt()
|
H A D | psa_crypto.c | 4523 psa_status_t psa_cipher_encrypt(mbedtls_svc_key_id_t key, in psa_cipher_encrypt() function
|
/third_party/mbedtls/include/psa/ |
H A D | crypto.h | 1618 psa_status_t psa_cipher_encrypt(mbedtls_svc_key_id_t key,
|
/third_party/mbedtls/tests/include/test/ |
H A D | psa_test_wrappers.h | 215 #define psa_cipher_encrypt(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_output, arg5_output_size, arg6_output_length) \ macro
|
/third_party/mbedtls/tests/src/ |
H A D | psa_test_wrappers.c | 354 /* Wrapper for psa_cipher_encrypt */ 368 psa_status_t status = (psa_cipher_encrypt)(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_output, arg5_output_size, arg6_output_length); in mbedtls_test_wrap_psa_cipher_encrypt()
|
Completed in 20 milliseconds