Searched refs:crypto_grab_cipher (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/include/crypto/internal/ |
A D | cipher.h | 183 static inline int crypto_grab_cipher(struct crypto_cipher_spawn *spawn, in crypto_grab_cipher() function
|
/linux-6.3-rc2/crypto/ |
A D | xcbc.c | 207 err = crypto_grab_cipher(spawn, shash_crypto_instance(inst), in xcbc_create()
|
A D | cmac.c | 241 err = crypto_grab_cipher(spawn, shash_crypto_instance(inst), in cmac_create()
|
A D | hctr2.c | 448 err = crypto_grab_cipher(&ictx->blockcipher_spawn, in hctr2_create_common()
|
A D | adiantum.c | 520 err = crypto_grab_cipher(&ictx->blockcipher_spawn, in adiantum_create()
|
A D | vmac.c | 636 err = crypto_grab_cipher(spawn, shash_crypto_instance(inst), in vmac_create()
|
A D | ccm.c | 879 err = crypto_grab_cipher(spawn, shash_crypto_instance(inst), in cbcmac_create()
|
A D | skcipher.c | 933 err = crypto_grab_cipher(spawn, skcipher_crypto_instance(inst), in skcipher_alloc_instance_simple()
|
Completed in 13 milliseconds