Home
last modified time | relevance | path

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

/Linux-v4.19/include/crypto/
Dnull.h12 struct crypto_skcipher *crypto_get_default_null_skcipher(void);
/Linux-v4.19/crypto/
Dcrypto_null.c155 struct crypto_skcipher *crypto_get_default_null_skcipher(void) in crypto_get_default_null_skcipher() function
178 EXPORT_SYMBOL_GPL(crypto_get_default_null_skcipher);
Daead.c307 ctx->sknull = crypto_get_default_null_skcipher(); in aead_init_geniv()
Dalgif_aead.c493 null_tfm = crypto_get_default_null_skcipher(); in aead_bind()
Dauthenc.c333 null = crypto_get_default_null_skcipher(); in crypto_authenc_init_tfm()
Dauthencesn.c356 null = crypto_get_default_null_skcipher(); in crypto_authenc_esn_init_tfm()
Dgcm.c1104 null = crypto_get_default_null_skcipher(); in crypto_rfc4543_init_tfm()