Home
last modified time | relevance | path

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

/linux-6.15/crypto/
H A Dcrypto_null.c61 static void null_crypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in null_crypt() function
125 .cia_encrypt = null_crypt,
126 .cia_decrypt = null_crypt } }