Home
last modified time | relevance | path

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

/linux/include/crypto/internal/
H A Dskcipher.h139 int crypto_grab_skcipher(struct crypto_skcipher_spawn *spawn,
/linux/crypto/
H A Dskcipher.c628 int crypto_grab_skcipher(struct crypto_skcipher_spawn *spawn, in crypto_grab_skcipher() function
635 EXPORT_SYMBOL_GPL(crypto_grab_skcipher);
H A Dhctr2.c347 err = crypto_grab_skcipher(&ictx->xctr_spawn, in hctr2_create_common()
H A Dauthenc.c386 err = crypto_grab_skcipher(&ctx->enc, aead_crypto_instance(inst), in crypto_authenc_create()
H A Dauthencesn.c381 err = crypto_grab_skcipher(&ctx->enc, aead_crypto_instance(inst), in crypto_authenc_esn_create()
H A Dessiv.c485 err = crypto_grab_skcipher(&ictx->u.skcipher_spawn, inst, in essiv_create()