Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/internal/
H A Dcipher.h185 static inline int crypto_grab_cipher(struct crypto_cipher_spawn *spawn, in crypto_grab_cipher() function
/openbmc/linux/crypto/
H A Dxcbc.c207 err = crypto_grab_cipher(spawn, shash_crypto_instance(inst), in xcbc_create()
H A Dcmac.c257 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.c520 err = crypto_grab_cipher(&ictx->blockcipher_spawn, in adiantum_create()
H A Dvmac.c636 err = crypto_grab_cipher(spawn, shash_crypto_instance(inst), in vmac_create()
H A Dccm.c879 err = crypto_grab_cipher(spawn, shash_crypto_instance(inst), in cbcmac_create()
H A Dskcipher.c998 err = crypto_grab_cipher(spawn, skcipher_crypto_instance(inst), in skcipher_alloc_instance_simple()