Home
last modified time | relevance | path

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

/crypto/
Dlrw.c326 err = crypto_grab_skcipher(spawn, cipher_name, 0, in create()
335 err = crypto_grab_skcipher(spawn, ecb_name, 0, in create()
Dxts.c370 err = crypto_grab_skcipher(&ctx->spawn, cipher_name, 0, mask); in create()
377 err = crypto_grab_skcipher(&ctx->spawn, ctx->name, 0, mask); in create()
Dctr.c296 err = crypto_grab_skcipher(spawn, cipher_name, 0, mask); in crypto_rfc3686_create()
Dcts.c355 err = crypto_grab_skcipher(spawn, cipher_name, 0, in crypto_cts_create()
Dskcipher.c981 int crypto_grab_skcipher(struct crypto_skcipher_spawn *spawn, in crypto_grab_skcipher() function
987 EXPORT_SYMBOL_GPL(crypto_grab_skcipher);
Dauthenc.c427 err = crypto_grab_skcipher(&ctx->enc, enc_name, 0, in crypto_authenc_create()
Dauthencesn.c445 err = crypto_grab_skcipher(&ctx->enc, enc_name, 0, in crypto_authenc_esn_create()
Dessiv.c500 err = crypto_grab_skcipher(&ictx->u.skcipher_spawn, in essiv_create()
Dadiantum.c543 err = crypto_grab_skcipher(&ictx->streamcipher_spawn, streamcipher_name, in adiantum_create()
Dchacha20poly1305.c617 err = crypto_grab_skcipher(&ctx->chacha, chacha_name, 0, in chachapoly_create()
Dccm.c499 err = crypto_grab_skcipher(&ictx->ctr, ctr_name, 0, in crypto_ccm_create_common()
Dcryptd.c425 err = crypto_grab_skcipher(&ctx->spawn, name, type, mask); in cryptd_create_skcipher()
Dgcm.c629 err = crypto_grab_skcipher(&ctx->ctr, ctr_name, 0, in crypto_gcm_create_common()