Home
last modified time | relevance | path

Searched refs:crypto_grab_skcipher (Results 1 – 15 of 15) sorted by relevance

/linux-6.12.1/crypto/
Dlrw.c323 err = crypto_grab_skcipher(spawn, skcipher_crypto_instance(inst), in lrw_create()
331 err = crypto_grab_skcipher(spawn, in lrw_create()
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()
Dctr.c276 err = crypto_grab_skcipher(spawn, skcipher_crypto_instance(inst), in crypto_rfc3686_create()
Dcts.c342 err = crypto_grab_skcipher(spawn, skcipher_crypto_instance(inst), in crypto_cts_create()
Dskcipher.c824 int crypto_grab_skcipher(struct crypto_skcipher_spawn *spawn, in crypto_grab_skcipher() function
831 EXPORT_SYMBOL_GPL(crypto_grab_skcipher);
Dauthenc.c391 err = crypto_grab_skcipher(&ctx->enc, aead_crypto_instance(inst), in crypto_authenc_create()
Dauthencesn.c407 err = crypto_grab_skcipher(&ctx->enc, aead_crypto_instance(inst), in crypto_authenc_esn_create()
Dhctr2.c429 err = crypto_grab_skcipher(&ictx->xctr_spawn, in hctr2_create_common()
Dadiantum.c543 err = crypto_grab_skcipher(&ictx->streamcipher_spawn, in adiantum_create()
Dessiv.c488 err = crypto_grab_skcipher(&ictx->u.skcipher_spawn, inst, in essiv_create()
Dchacha20poly1305.c578 err = crypto_grab_skcipher(&ctx->chacha, aead_crypto_instance(inst), in chachapoly_create()
Dccm.c478 err = crypto_grab_skcipher(&ictx->ctr, aead_crypto_instance(inst), in crypto_ccm_create_common()
Dcryptd.c394 err = crypto_grab_skcipher(&ctx->spawn, skcipher_crypto_instance(inst), in cryptd_create_skcipher()
Dgcm.c606 err = crypto_grab_skcipher(&ctx->ctr, aead_crypto_instance(inst), in crypto_gcm_create_common()
/linux-6.12.1/include/crypto/internal/
Dskcipher.h133 int crypto_grab_skcipher(struct crypto_skcipher_spawn *spawn,