Lines Matching refs:blockcipher_alg
481 struct crypto_alg *blockcipher_alg, in adiantum_supported_algorithms() argument
488 if (blockcipher_alg->cra_cipher.cia_min_keysize > BLOCKCIPHER_KEY_SIZE || in adiantum_supported_algorithms()
489 blockcipher_alg->cra_cipher.cia_max_keysize < BLOCKCIPHER_KEY_SIZE) in adiantum_supported_algorithms()
491 if (blockcipher_alg->cra_blocksize != BLOCKCIPHER_BLOCK_SIZE) in adiantum_supported_algorithms()
509 struct crypto_alg *blockcipher_alg; in adiantum_create() local
557 blockcipher_alg = ictx->blockcipher_spawn.alg; in adiantum_create()
574 if (!adiantum_supported_algorithms(streamcipher_alg, blockcipher_alg, in adiantum_create()
578 blockcipher_alg->cra_name, hash_alg->base.cra_name); in adiantum_create()
588 blockcipher_alg->cra_name) >= CRYPTO_MAX_ALG_NAME) in adiantum_create()
593 blockcipher_alg->cra_driver_name, in adiantum_create()
611 blockcipher_alg->cra_priority) / 7; in adiantum_create()