Home
last modified time | relevance | path

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

/crypto/
Dfips140-selftests.c143 #define MAX_IV_SIZE 16 macro
232 u8 iv[MAX_IV_SIZE]; in fips_test_skcipher()
235 if (WARN_ON(vec->iv_size > MAX_IV_SIZE)) in fips_test_skcipher()
310 u8 iv[MAX_IV_SIZE]; in fips_test_aead()
313 if (WARN_ON(vec->iv_size > MAX_IV_SIZE)) in fips_test_aead()