Home
last modified time | relevance | path

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

/linux-2.6.39/include/crypto/internal/
Dskcipher.h34 int crypto_grab_skcipher(struct crypto_skcipher_spawn *spawn, const char *name,
/linux-2.6.39/crypto/
Dablkcipher.c594 int crypto_grab_skcipher(struct crypto_skcipher_spawn *spawn, const char *name, in crypto_grab_skcipher() function
611 EXPORT_SYMBOL_GPL(crypto_grab_skcipher);
Dauthenc.c626 err = crypto_grab_skcipher(&ctx->enc, enc_name, 0, in crypto_authenc_alloc()
Dccm.c517 err = crypto_grab_skcipher(&ictx->ctr, ctr_name, 0, in crypto_ccm_alloc_common()
Dauthencesn.c749 err = crypto_grab_skcipher(&ctx->enc, enc_name, 0, in crypto_authenc_esn_alloc()
Dgcm.c731 err = crypto_grab_skcipher(&ctx->ctr, ctr_name, 0, in crypto_gcm_alloc_common()