Home
last modified time | relevance | path

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

/linux-4.4.14/include/crypto/
Dnull.h11 struct crypto_blkcipher *crypto_get_default_null_skcipher(void);
/linux-4.4.14/crypto/
Dcrypto_null.c156 struct crypto_blkcipher *crypto_get_default_null_skcipher(void) in crypto_get_default_null_skcipher() function
178 EXPORT_SYMBOL_GPL(crypto_get_default_null_skcipher);
Daead.c297 ctx->null = crypto_get_default_null_skcipher(); in aead_init_geniv()
Dauthenc.c334 null = crypto_get_default_null_skcipher(); in crypto_authenc_init_tfm()
Dauthencesn.c347 null = crypto_get_default_null_skcipher(); in crypto_authenc_esn_init_tfm()
Dgcm.c1119 null = crypto_get_default_null_skcipher(); in crypto_rfc4543_init_tfm()