Searched refs:crypto_grab_cipher (Results 1 – 8 of 8) sorted by relevance
/linux/include/crypto/internal/ |
H A D | cipher.h | 185 static inline int crypto_grab_cipher(struct crypto_cipher_spawn *spawn, in crypto_grab_cipher() function
|
/linux/crypto/ |
H A D | xcbc.c | 144 err = crypto_grab_cipher(spawn, shash_crypto_instance(inst), in xcbc_create()
|
H A D | ecb.c | 115 err = crypto_grab_cipher(spawn, lskcipher_crypto_instance(inst), in lskcipher_alloc_instance_simple2()
|
H A D | xts.c | 420 err = crypto_grab_cipher(&ctx->tweak_spawn, in xts_create()
|
H A D | hctr2.c | 448 err = crypto_grab_cipher(&ictx->blockcipher_spawn, in hctr2_create_common()
|
H A D | adiantum.c | 551 err = crypto_grab_cipher(&ictx->blockcipher_spawn, in adiantum_create()
|
H A D | skcipher.c | 605 err = crypto_grab_cipher(spawn, skcipher_crypto_instance(inst), in skcipher_alloc_instance_simple()
|
H A D | ccm.c | 864 err = crypto_grab_cipher(spawn, shash_crypto_instance(inst), in cbcmac_create()
|