Searched refs:crypto_grab_cipher (Results 1 – 10 of 10) sorted by relevance
| /linux/include/crypto/internal/ |
| A D | cipher.h | 185 static inline int crypto_grab_cipher(struct crypto_cipher_spawn *spawn, in crypto_grab_cipher() function
|
| /linux/crypto/ |
| A D | ecb.c | 115 err = crypto_grab_cipher(spawn, lskcipher_crypto_instance(inst), in lskcipher_alloc_instance_simple2()
|
| A D | xcbc.c | 201 err = crypto_grab_cipher(spawn, shash_crypto_instance(inst), in xcbc_create()
|
| A D | cmac.c | 249 err = crypto_grab_cipher(spawn, shash_crypto_instance(inst), in cmac_create()
|
| A D | xts.c | 420 err = crypto_grab_cipher(&ctx->tweak_spawn, in xts_create()
|
| A D | hctr2.c | 448 err = crypto_grab_cipher(&ictx->blockcipher_spawn, in hctr2_create_common()
|
| A D | adiantum.c | 551 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 | 875 err = crypto_grab_cipher(spawn, shash_crypto_instance(inst), in cbcmac_create()
|
| A D | skcipher.c | 1051 err = crypto_grab_cipher(spawn, skcipher_crypto_instance(inst), in skcipher_alloc_instance_simple()
|
Completed in 22 milliseconds