Home
last modified time | relevance | path

Searched refs:psa_cipher_set_iv (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-m-3.4.0/secure_fw/partitions/crypto/
Dcrypto_spe.h97 #define psa_cipher_set_iv \ macro
98 PSA_FUNCTION_NAME(psa_cipher_set_iv)
Dcrypto_cipher.c126 return psa_cipher_set_iv(operation, iv, iv_length); in tfm_crypto_cipher_interface()
/trusted-firmware-m-3.4.0/interface/include/psa/
Dcrypto.h1909 psa_status_t psa_cipher_set_iv(psa_cipher_operation_t *operation,
/trusted-firmware-m-3.4.0/docs/security/security_advisories/
Dcrypto_multi_part_ops_abort_fail.rst156 - ``psa_cipher_set_iv()``
/trusted-firmware-m-3.4.0/interface/src/
Dtfm_crypto_api.c234 psa_status_t psa_cipher_set_iv(psa_cipher_operation_t *operation, in psa_cipher_set_iv() function