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

/linux-4.1.27/include/crypto/internal/
H A Dskcipher.h34 int crypto_grab_skcipher(struct crypto_skcipher_spawn *spawn, const char *name,
/linux-4.1.27/crypto/
H A Dablkcipher.c654 int crypto_grab_skcipher(struct crypto_skcipher_spawn *spawn, const char *name, crypto_grab_skcipher() function
671 EXPORT_SYMBOL_GPL(crypto_grab_skcipher); variable
H A Dctr.c363 err = crypto_grab_skcipher(spawn, cipher_name, 0, crypto_rfc3686_alloc()
H A Dgcm.c736 err = crypto_grab_skcipher(&ctx->ctr, ctr_name, 0, crypto_gcm_alloc_common()
1315 err = crypto_grab_skcipher(&ctx->null, "ecb(cipher_null)", 0, crypto_rfc4543_alloc()
H A Dauthenc.c638 err = crypto_grab_skcipher(&ctx->enc, enc_name, 0, crypto_authenc_alloc()
H A Dauthencesn.c730 err = crypto_grab_skcipher(&ctx->enc, enc_name, 0, crypto_authenc_esn_alloc()
H A Dccm.c516 err = crypto_grab_skcipher(&ictx->ctr, ctr_name, 0, crypto_ccm_alloc_common()

Completed in 70 milliseconds