Home
last modified time | relevance | path

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

/linux-4.4.14/include/crypto/internal/
Dskcipher.h34 int crypto_grab_skcipher(struct crypto_skcipher_spawn *spawn, const char *name,
/linux-4.4.14/crypto/
Dablkcipher.c662 int crypto_grab_skcipher(struct crypto_skcipher_spawn *spawn, const char *name, in crypto_grab_skcipher() function
679 EXPORT_SYMBOL_GPL(crypto_grab_skcipher);
Dctr.c363 err = crypto_grab_skcipher(spawn, cipher_name, 0, in crypto_rfc3686_alloc()
Dauthenc.c424 err = crypto_grab_skcipher(&ctx->enc, enc_name, 0, in crypto_authenc_create()
Dauthencesn.c440 err = crypto_grab_skcipher(&ctx->enc, enc_name, 0, in crypto_authenc_esn_create()
Dchacha20poly1305.c618 err = crypto_grab_skcipher(&ctx->chacha, chacha_name, 0, in chachapoly_create()
Dccm.c547 err = crypto_grab_skcipher(&ictx->ctr, ctr_name, 0, in crypto_ccm_create_common()
Dgcm.c664 err = crypto_grab_skcipher(&ctx->ctr, ctr_name, 0, in crypto_gcm_create_common()