Home
last modified time | relevance | path

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

/Linux-v6.1/include/crypto/internal/
Dcipher.h183 static inline int crypto_grab_cipher(struct crypto_cipher_spawn *spawn, in crypto_grab_cipher() function
/Linux-v6.1/crypto/
Dxcbc.c207 err = crypto_grab_cipher(spawn, shash_crypto_instance(inst), in xcbc_create()
Dcmac.c241 err = crypto_grab_cipher(spawn, shash_crypto_instance(inst), in cmac_create()
Dhctr2.c449 err = crypto_grab_cipher(&ictx->blockcipher_spawn, in hctr2_create_common()
Dadiantum.c521 err = crypto_grab_cipher(&ictx->blockcipher_spawn, in adiantum_create()
Dvmac.c636 err = crypto_grab_cipher(spawn, shash_crypto_instance(inst), in vmac_create()
Dskcipher.c947 err = crypto_grab_cipher(spawn, skcipher_crypto_instance(inst), in skcipher_alloc_instance_simple()
Dccm.c880 err = crypto_grab_cipher(spawn, shash_crypto_instance(inst), in cbcmac_create()