Searched refs:crypto_grab_cipher (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/crypto/ |
D | algapi.h | 196 static inline int crypto_grab_cipher(struct crypto_cipher_spawn *spawn, in crypto_grab_cipher() function
|
/kernel/linux/linux-5.10/crypto/ |
D | xcbc.c | 206 err = crypto_grab_cipher(spawn, shash_crypto_instance(inst), in xcbc_create()
|
D | cmac.c | 240 err = crypto_grab_cipher(spawn, shash_crypto_instance(inst), in cmac_create()
|
D | adiantum.c | 520 err = crypto_grab_cipher(&ictx->blockcipher_spawn, in adiantum_create()
|
D | vmac.c | 635 err = crypto_grab_cipher(spawn, shash_crypto_instance(inst), in vmac_create()
|
D | skcipher.c | 952 err = crypto_grab_cipher(spawn, skcipher_crypto_instance(inst), in skcipher_alloc_instance_simple()
|
D | ccm.c | 879 err = crypto_grab_cipher(spawn, shash_crypto_instance(inst), in cbcmac_create()
|