Home
last modified time | relevance | path

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

/linux/include/crypto/internal/
H A Dcipher.h185 static inline int crypto_grab_cipher(struct crypto_cipher_spawn *spawn, in crypto_grab_cipher() function
/linux/crypto/
H A Dxcbc.c201 err = crypto_grab_cipher(spawn, shash_crypto_instance(inst), in xcbc_create()
H A Decb.c115 err = crypto_grab_cipher(spawn, lskcipher_crypto_instance(inst), in lskcipher_alloc_instance_simple2()
H A Dcmac.c249 err = crypto_grab_cipher(spawn, shash_crypto_instance(inst), in cmac_create()
H A Dxts.c420 err = crypto_grab_cipher(&ctx->tweak_spawn, in xts_create()
H A Dhctr2.c448 err = crypto_grab_cipher(&ictx->blockcipher_spawn, in hctr2_create_common()
H A Dadiantum.c551 err = crypto_grab_cipher(&ictx->blockcipher_spawn, in adiantum_create()
H A Dskcipher.c888 err = crypto_grab_cipher(spawn, skcipher_crypto_instance(inst), in skcipher_alloc_instance_simple()
H A Dccm.c875 err = crypto_grab_cipher(spawn, shash_crypto_instance(inst), in cbcmac_create()