Searched refs:crypto_grab_cipher (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/include/crypto/internal/ |
D | cipher.h | 183 static inline int crypto_grab_cipher(struct crypto_cipher_spawn *spawn, in crypto_grab_cipher() function
|
/Linux-v6.1/crypto/ |
D | xcbc.c | 207 err = crypto_grab_cipher(spawn, shash_crypto_instance(inst), in xcbc_create()
|
D | cmac.c | 241 err = crypto_grab_cipher(spawn, shash_crypto_instance(inst), in cmac_create()
|
D | hctr2.c | 449 err = crypto_grab_cipher(&ictx->blockcipher_spawn, in hctr2_create_common()
|
D | adiantum.c | 521 err = crypto_grab_cipher(&ictx->blockcipher_spawn, in adiantum_create()
|
D | vmac.c | 636 err = crypto_grab_cipher(spawn, shash_crypto_instance(inst), in vmac_create()
|
D | skcipher.c | 947 err = crypto_grab_cipher(spawn, skcipher_crypto_instance(inst), in skcipher_alloc_instance_simple()
|
D | ccm.c | 880 err = crypto_grab_cipher(spawn, shash_crypto_instance(inst), in cbcmac_create()
|