Searched refs:psa_cipher_generate_iv (Results 1 – 5 of 5) sorted by relevance
97 #define psa_cipher_generate_iv \ macro98 PSA_FUNCTION_NAME(psa_cipher_generate_iv)
126 status = psa_cipher_generate_iv(operation, iv, iv_size, &out_vec[0].len); in tfm_crypto_cipher_interface()
155 - ``psa_cipher_generate_iv()``
1876 psa_status_t psa_cipher_generate_iv(psa_cipher_operation_t *operation,
229 TFM_CRYPTO_API(psa_status_t, psa_cipher_generate_iv)(psa_cipher_operation_t *operation, in TFM_CRYPTO_API() argument