Searched defs:iv_length (Results 1 – 5 of 5) sorted by relevance
92 size_t iv_length, in cipher_crypt()324 const uint8_t *iv, size_t iv_length) in cc3xx_cipher_set_iv()611 size_t iv_length, in cc3xx_cipher_encrypt()637 const size_t iv_length = PSA_CIPHER_IV_LENGTH(psa_get_key_type(attributes), alg); in cc3xx_cipher_decrypt() local
274 const uint8_t *iv, size_t iv_length) in cc3xx_internal_cipher_setup_set_iv()
135 size_t iv_length = in_vec[1].len; in tfm_crypto_cipher_interface() local
199 const uint8_t *iv, size_t iv_length) in cc3xx_cipher_set_iv()620 size_t iv_length, in cc3xx_cipher_encrypt()
117 size_t iv_length; /* Generic IV length passed from the PSA API layer */ member