Home
last modified time | relevance | path

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

/Linux-v5.15/crypto/
Dadiantum.c473 struct crypto_alg *blockcipher_alg, in adiantum_supported_algorithms() argument
480 if (blockcipher_alg->cra_cipher.cia_min_keysize > BLOCKCIPHER_KEY_SIZE || in adiantum_supported_algorithms()
481 blockcipher_alg->cra_cipher.cia_max_keysize < BLOCKCIPHER_KEY_SIZE) in adiantum_supported_algorithms()
483 if (blockcipher_alg->cra_blocksize != BLOCKCIPHER_BLOCK_SIZE) in adiantum_supported_algorithms()
499 struct crypto_alg *blockcipher_alg; in adiantum_create() local
526 blockcipher_alg = crypto_spawn_cipher_alg(&ictx->blockcipher_spawn); in adiantum_create()
540 if (!adiantum_supported_algorithms(streamcipher_alg, blockcipher_alg, in adiantum_create()
544 blockcipher_alg->cra_name, hash_alg->base.cra_name); in adiantum_create()
554 blockcipher_alg->cra_name) >= CRYPTO_MAX_ALG_NAME) in adiantum_create()
559 blockcipher_alg->cra_driver_name, in adiantum_create()
[all …]