Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dadiantum.c50 #define BLOCKCIPHER_KEY_SIZE 32 macro
123 u8 derived_keys[BLOCKCIPHER_KEY_SIZE + HASH_KEY_SIZE]; in adiantum_setkey()
165 BLOCKCIPHER_KEY_SIZE); in adiantum_setkey()
168 keyp += BLOCKCIPHER_KEY_SIZE; in adiantum_setkey()
479 if (blockcipher_alg->cra_cipher.cia_min_keysize > BLOCKCIPHER_KEY_SIZE || in adiantum_supported_algorithms()
480 blockcipher_alg->cra_cipher.cia_max_keysize < BLOCKCIPHER_KEY_SIZE) in adiantum_supported_algorithms()