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

/linux-master/include/crypto/
H A Dnull.h12 struct crypto_sync_skcipher *crypto_get_default_null_skcipher(void);
/linux-master/crypto/
H A Dcrypto_null.c153 struct crypto_sync_skcipher *crypto_get_default_null_skcipher(void) function
175 EXPORT_SYMBOL_GPL(crypto_get_default_null_skcipher); variable
H A Dgeniv.c128 ctx->sknull = crypto_get_default_null_skcipher();
H A Dalgif_aead.c471 null_tfm = crypto_get_default_null_skcipher();
H A Dauthenc.c318 null = crypto_get_default_null_skcipher();
H A Dauthencesn.c332 null = crypto_get_default_null_skcipher();
H A Dgcm.c998 null = crypto_get_default_null_skcipher();

Completed in 146 milliseconds