Home
last modified time | relevance | path

Searched refs:crypto_set_skcipher_spawn (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/include/crypto/internal/
Dskcipher.h28 static inline void crypto_set_skcipher_spawn( in crypto_set_skcipher_spawn() function
/linux-4.4.14/crypto/
Dctr.c362 crypto_set_skcipher_spawn(spawn, inst); in crypto_rfc3686_alloc()
Dauthenc.c423 crypto_set_skcipher_spawn(&ctx->enc, aead_crypto_instance(inst)); in crypto_authenc_create()
Dauthencesn.c439 crypto_set_skcipher_spawn(&ctx->enc, aead_crypto_instance(inst)); in crypto_authenc_esn_create()
Dchacha20poly1305.c617 crypto_set_skcipher_spawn(&ctx->chacha, aead_crypto_instance(inst)); in chachapoly_create()
Dblkcipher.c625 crypto_set_skcipher_spawn(spawn, inst); in skcipher_geniv_alloc()
Dccm.c546 crypto_set_skcipher_spawn(&ictx->ctr, aead_crypto_instance(inst)); in crypto_ccm_create_common()
Dgcm.c663 crypto_set_skcipher_spawn(&ctx->ctr, aead_crypto_instance(inst)); in crypto_gcm_create_common()