Lines Matching refs:blockcipher_alg
503 struct crypto_alg *blockcipher_alg,
510 if (blockcipher_alg->cra_cipher.cia_min_keysize > BLOCKCIPHER_KEY_SIZE ||
511 blockcipher_alg->cra_cipher.cia_max_keysize < BLOCKCIPHER_KEY_SIZE)
513 if (blockcipher_alg->cra_blocksize != BLOCKCIPHER_BLOCK_SIZE)
529 struct crypto_alg *blockcipher_alg;
556 blockcipher_alg = crypto_spawn_cipher_alg(&ictx->blockcipher_spawn);
570 if (!adiantum_supported_algorithms(streamcipher_alg, blockcipher_alg,
574 blockcipher_alg->cra_name, hash_alg->base.cra_name);
584 blockcipher_alg->cra_name) >= CRYPTO_MAX_ALG_NAME)
589 blockcipher_alg->cra_driver_name,
604 blockcipher_alg->cra_priority) / 7;