Searched refs:crypto_default_null_skcipher (Results 1 - 1 of 1) sorted by path

/linux-master/crypto/
H A Dcrypto_null.c24 static struct crypto_sync_skcipher *crypto_default_null_skcipher; variable in typeref:struct:crypto_sync_skcipher
158 tfm = crypto_default_null_skcipher;
165 crypto_default_null_skcipher = tfm;
181 crypto_free_sync_skcipher(crypto_default_null_skcipher);
182 crypto_default_null_skcipher = NULL;

Completed in 180 milliseconds