Home
last modified time | relevance | path

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

/crypto/
Dcipher.c23 struct cipher_alg *cia = crypto_cipher_alg(tfm); in setkey_unaligned()
46 struct cipher_alg *cia = crypto_cipher_alg(tfm); in crypto_cipher_setkey()
63 struct cipher_alg *cia = crypto_cipher_alg(tfm); in cipher_crypt_one()
Dskcipher.c941 struct crypto_alg *cipher_alg; in skcipher_alloc_instance_simple() local
957 cipher_alg = crypto_spawn_cipher_alg(spawn); in skcipher_alloc_instance_simple()
960 cipher_alg); in skcipher_alloc_instance_simple()
967 inst->alg.base.cra_blocksize = cipher_alg->cra_blocksize; in skcipher_alloc_instance_simple()
968 inst->alg.base.cra_alignmask = cipher_alg->cra_alignmask; in skcipher_alloc_instance_simple()
969 inst->alg.base.cra_priority = cipher_alg->cra_priority; in skcipher_alloc_instance_simple()
970 inst->alg.min_keysize = cipher_alg->cra_cipher.cia_min_keysize; in skcipher_alloc_instance_simple()
971 inst->alg.max_keysize = cipher_alg->cra_cipher.cia_max_keysize; in skcipher_alloc_instance_simple()
972 inst->alg.ivsize = cipher_alg->cra_blocksize; in skcipher_alloc_instance_simple()