Home
last modified time | relevance | path

Searched refs:crypto_grab_cipher (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/include/crypto/internal/
Dcipher.h185 static inline int crypto_grab_cipher(struct crypto_cipher_spawn *spawn, in crypto_grab_cipher() function
/Linux-v6.6/crypto/
Dxcbc.c207 err = crypto_grab_cipher(spawn, shash_crypto_instance(inst), in xcbc_create()
Dcmac.c257 err = crypto_grab_cipher(spawn, shash_crypto_instance(inst), in cmac_create()
Dhctr2.c448 err = crypto_grab_cipher(&ictx->blockcipher_spawn, in hctr2_create_common()
Dadiantum.c520 err = crypto_grab_cipher(&ictx->blockcipher_spawn, in adiantum_create()
Dvmac.c636 err = crypto_grab_cipher(spawn, shash_crypto_instance(inst), in vmac_create()
Dccm.c879 err = crypto_grab_cipher(spawn, shash_crypto_instance(inst), in cbcmac_create()
Dskcipher.c998 err = crypto_grab_cipher(spawn, skcipher_crypto_instance(inst), in skcipher_alloc_instance_simple()