Home
last modified time | relevance | path

Searched refs:psa_cipher_encrypt (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dblock_cipher.c177 status = psa_cipher_encrypt(ctx->psa_key_id, PSA_ALG_ECB_NO_PADDING, in mbedtls_block_cipher_encrypt()
H A Dpsa_crypto.c4741 psa_status_t psa_cipher_encrypt(mbedtls_svc_key_id_t key, in psa_cipher_encrypt() function
/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto.h1621 psa_status_t psa_cipher_encrypt(mbedtls_svc_key_id_t key,
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog1775 * In psa_cipher_generate_iv() and psa_cipher_encrypt(), do not read back
2029 * Implement one-shot cipher functions, psa_cipher_encrypt and