Home
last modified time | relevance | path

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

/crypto/
Dcrypto_null.c153 struct crypto_sync_skcipher *crypto_get_default_null_skcipher(void) in crypto_get_default_null_skcipher() function
175 EXPORT_SYMBOL_GPL(crypto_get_default_null_skcipher);
Dgeniv.c128 ctx->sknull = crypto_get_default_null_skcipher(); in aead_init_geniv()
Dalgif_aead.c483 null_tfm = crypto_get_default_null_skcipher(); in aead_bind()
Dauthenc.c326 null = crypto_get_default_null_skcipher(); in crypto_authenc_init_tfm()
Dauthencesn.c341 null = crypto_get_default_null_skcipher(); in crypto_authenc_esn_init_tfm()
Dgcm.c1002 null = crypto_get_default_null_skcipher(); in crypto_rfc4543_init_tfm()