Lines Matching defs:blockcipher_alg
472 struct crypto_alg *blockcipher_alg,
479 if (blockcipher_alg->cra_cipher.cia_min_keysize > BLOCKCIPHER_KEY_SIZE ||
480 blockcipher_alg->cra_cipher.cia_max_keysize < BLOCKCIPHER_KEY_SIZE)
482 if (blockcipher_alg->cra_blocksize != BLOCKCIPHER_BLOCK_SIZE)
498 struct crypto_alg *blockcipher_alg;
525 blockcipher_alg = crypto_spawn_cipher_alg(&ictx->blockcipher_spawn);
539 if (!adiantum_supported_algorithms(streamcipher_alg, blockcipher_alg,
543 blockcipher_alg->cra_name, hash_alg->base.cra_name);
553 blockcipher_alg->cra_name) >= CRYPTO_MAX_ALG_NAME)
558 blockcipher_alg->cra_driver_name,
574 blockcipher_alg->cra_priority) / 7;