Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/secure_fw/partitions/crypto/
Dcrypto_spe.h97 #define psa_cipher_generate_iv \ macro
98 PSA_FUNCTION_NAME(psa_cipher_generate_iv)
Dcrypto_cipher.c126 status = psa_cipher_generate_iv(operation, iv, iv_size, &out_vec[0].len); in tfm_crypto_cipher_interface()
/trusted-firmware-m-latest/docs/security/security_advisories/
Dcrypto_multi_part_ops_abort_fail.rst155 - ``psa_cipher_generate_iv()``
/trusted-firmware-m-latest/interface/include/psa/
Dcrypto.h1876 psa_status_t psa_cipher_generate_iv(psa_cipher_operation_t *operation,
/trusted-firmware-m-latest/interface/src/
Dtfm_crypto_api.c229 TFM_CRYPTO_API(psa_status_t, psa_cipher_generate_iv)(psa_cipher_operation_t *operation, in TFM_CRYPTO_API() argument