Home
last modified time | relevance | path

Searched refs:crypto_grab_skcipher (Results 1 - 25 of 29) sorted by relevance

12

/kernel/linux/linux-5.10/crypto/
H A Dlrw.c323 err = crypto_grab_skcipher(spawn, skcipher_crypto_instance(inst), in lrw_create()
331 err = crypto_grab_skcipher(spawn, in lrw_create()
H A Dxts.c361 err = crypto_grab_skcipher(&ctx->spawn, skcipher_crypto_instance(inst), in xts_create()
369 err = crypto_grab_skcipher(&ctx->spawn, in xts_create()
H A Dauthencesn.c417 err = crypto_grab_skcipher(&ctx->enc, aead_crypto_instance(inst), in crypto_authenc_esn_create()
H A Dauthenc.c399 err = crypto_grab_skcipher(&ctx->enc, aead_crypto_instance(inst), in crypto_authenc_create()
H A Dcts.c342 err = crypto_grab_skcipher(spawn, skcipher_crypto_instance(inst), in crypto_cts_create()
H A Dctr.c275 err = crypto_grab_skcipher(spawn, skcipher_crypto_instance(inst), in crypto_rfc3686_create()
H A Dskcipher.c749 int crypto_grab_skcipher(struct crypto_skcipher_spawn *spawn, in crypto_grab_skcipher() function
756 EXPORT_SYMBOL_GPL(crypto_grab_skcipher); variable
H A Dessiv.c487 err = crypto_grab_skcipher(&ictx->u.skcipher_spawn, inst, in essiv_create()
H A Dadiantum.c512 err = crypto_grab_skcipher(&ictx->streamcipher_spawn, in adiantum_create()
H A Dccm.c477 err = crypto_grab_skcipher(&ictx->ctr, aead_crypto_instance(inst), in crypto_ccm_create_common()
H A Dchacha20poly1305.c578 err = crypto_grab_skcipher(&ctx->chacha, aead_crypto_instance(inst), in chachapoly_create()
/kernel/linux/linux-6.6/crypto/
H A Dlrw.c323 err = crypto_grab_skcipher(spawn, skcipher_crypto_instance(inst), in lrw_create()
331 err = crypto_grab_skcipher(spawn, in lrw_create()
H A Dxts.c364 err = crypto_grab_skcipher(&ctx->spawn, skcipher_crypto_instance(inst), in xts_create()
372 err = crypto_grab_skcipher(&ctx->spawn, in xts_create()
H A Dauthenc.c397 err = crypto_grab_skcipher(&ctx->enc, aead_crypto_instance(inst), in crypto_authenc_create()
H A Dauthencesn.c414 err = crypto_grab_skcipher(&ctx->enc, aead_crypto_instance(inst), in crypto_authenc_esn_create()
H A Dcts.c342 err = crypto_grab_skcipher(spawn, skcipher_crypto_instance(inst), in crypto_cts_create()
H A Dctr.c276 err = crypto_grab_skcipher(spawn, skcipher_crypto_instance(inst), in crypto_rfc3686_create()
H A Dhctr2.c429 err = crypto_grab_skcipher(&ictx->xctr_spawn, in hctr2_create_common()
H A Dskcipher.c791 int crypto_grab_skcipher(struct crypto_skcipher_spawn *spawn, in crypto_grab_skcipher() function
798 EXPORT_SYMBOL_GPL(crypto_grab_skcipher); variable
H A Dessiv.c488 err = crypto_grab_skcipher(&ictx->u.skcipher_spawn, inst, in essiv_create()
H A Dchacha20poly1305.c578 err = crypto_grab_skcipher(&ctx->chacha, aead_crypto_instance(inst), in chachapoly_create()
H A Dadiantum.c512 err = crypto_grab_skcipher(&ictx->streamcipher_spawn, in adiantum_create()
H A Dccm.c477 err = crypto_grab_skcipher(&ictx->ctr, aead_crypto_instance(inst), in crypto_ccm_create_common()
/kernel/linux/linux-5.10/include/crypto/internal/
H A Dskcipher.h91 int crypto_grab_skcipher(struct crypto_skcipher_spawn *spawn,
/kernel/linux/linux-6.6/include/crypto/internal/
H A Dskcipher.h100 int crypto_grab_skcipher(struct crypto_skcipher_spawn *spawn,

Completed in 26 milliseconds

12