Home
last modified time | relevance | path

Searched refs:psa_cipher_encrypt (Results 1 - 5 of 5) sorted by relevance

/third_party/mbedtls/library/
H A Dblock_cipher.c173 status = psa_cipher_encrypt(ctx->psa_key_id, PSA_ALG_ECB_NO_PADDING, in mbedtls_block_cipher_encrypt()
H A Dpsa_crypto.c4523 psa_status_t psa_cipher_encrypt(mbedtls_svc_key_id_t key, in psa_cipher_encrypt() function
/third_party/mbedtls/include/psa/
H A Dcrypto.h1618 psa_status_t psa_cipher_encrypt(mbedtls_svc_key_id_t key,
/third_party/mbedtls/tests/include/test/
H A Dpsa_test_wrappers.h215 #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 Dpsa_test_wrappers.c354 /* 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 25 milliseconds