Searched refs:crypto_grab_skcipher (Results 1 – 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
D | lrw.c | 323 err = crypto_grab_skcipher(spawn, skcipher_crypto_instance(inst), in lrw_create() 331 err = crypto_grab_skcipher(spawn, in lrw_create()
|
D | xts.c | 361 err = crypto_grab_skcipher(&ctx->spawn, skcipher_crypto_instance(inst), in xts_create() 369 err = crypto_grab_skcipher(&ctx->spawn, in xts_create()
|
D | ctr.c | 275 err = crypto_grab_skcipher(spawn, skcipher_crypto_instance(inst), in crypto_rfc3686_create()
|
D | cts.c | 342 err = crypto_grab_skcipher(spawn, skcipher_crypto_instance(inst), in crypto_cts_create()
|
D | skcipher.c | 749 int crypto_grab_skcipher(struct crypto_skcipher_spawn *spawn, in crypto_grab_skcipher() function 756 EXPORT_SYMBOL_GPL(crypto_grab_skcipher);
|
D | authencesn.c | 417 err = crypto_grab_skcipher(&ctx->enc, aead_crypto_instance(inst), in crypto_authenc_esn_create()
|
D | authenc.c | 399 err = crypto_grab_skcipher(&ctx->enc, aead_crypto_instance(inst), in crypto_authenc_create()
|
D | adiantum.c | 512 err = crypto_grab_skcipher(&ictx->streamcipher_spawn, in adiantum_create()
|
D | essiv.c | 482 err = crypto_grab_skcipher(&ictx->u.skcipher_spawn, inst, in essiv_create()
|
D | chacha20poly1305.c | 578 err = crypto_grab_skcipher(&ctx->chacha, aead_crypto_instance(inst), in chachapoly_create()
|
D | ccm.c | 477 err = crypto_grab_skcipher(&ictx->ctr, aead_crypto_instance(inst), in crypto_ccm_create_common()
|
D | cryptd.c | 389 err = crypto_grab_skcipher(&ctx->spawn, skcipher_crypto_instance(inst), in cryptd_create_skcipher()
|
D | gcm.c | 608 err = crypto_grab_skcipher(&ctx->ctr, aead_crypto_instance(inst), in crypto_gcm_create_common()
|
/kernel/linux/linux-5.10/include/crypto/internal/ |
D | skcipher.h | 91 int crypto_grab_skcipher(struct crypto_skcipher_spawn *spawn,
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0003_linux_crypto.patch | 1198 + err = crypto_grab_skcipher(&ctx->enc, aead_crypto_instance(inst),
|