Home
last modified time | relevance | path

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

/linux-6.3-rc2/crypto/
A Dadiantum.c472 struct crypto_alg *blockcipher_alg, in adiantum_supported_algorithms() argument
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()
482 if (blockcipher_alg->cra_blocksize != BLOCKCIPHER_BLOCK_SIZE) in adiantum_supported_algorithms()
498 struct crypto_alg *blockcipher_alg; in adiantum_create() local
525 blockcipher_alg = crypto_spawn_cipher_alg(&ictx->blockcipher_spawn); in adiantum_create()
539 if (!adiantum_supported_algorithms(streamcipher_alg, blockcipher_alg, in adiantum_create()
543 blockcipher_alg->cra_name, hash_alg->base.cra_name); in adiantum_create()
553 blockcipher_alg->cra_name) >= CRYPTO_MAX_ALG_NAME) in adiantum_create()
558 blockcipher_alg->cra_driver_name, in adiantum_create()
[all …]
A Dhctr2.c413 struct crypto_alg *blockcipher_alg; in hctr2_create_common() local
453 blockcipher_alg = crypto_spawn_cipher_alg(&ictx->blockcipher_spawn); in hctr2_create_common()
457 if (blockcipher_alg->cra_blocksize != BLOCKCIPHER_BLOCK_SIZE) in hctr2_create_common()
477 blockcipher_alg->cra_name) >= CRYPTO_MAX_ALG_NAME) in hctr2_create_common()
496 blockcipher_alg->cra_priority) / 7; in hctr2_create_common()

Completed in 5 milliseconds