Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
H A Dcrypto_null.c24 static struct crypto_sync_skcipher *crypto_default_null_skcipher; variable
158 tfm = crypto_default_null_skcipher; in crypto_get_default_null_skcipher()
165 crypto_default_null_skcipher = tfm; in crypto_get_default_null_skcipher()
181 crypto_free_sync_skcipher(crypto_default_null_skcipher); in crypto_put_default_null_skcipher()
182 crypto_default_null_skcipher = NULL; in crypto_put_default_null_skcipher()
/kernel/linux/linux-6.6/crypto/
H A Dcrypto_null.c24 static struct crypto_sync_skcipher *crypto_default_null_skcipher; variable
158 tfm = crypto_default_null_skcipher; in crypto_get_default_null_skcipher()
165 crypto_default_null_skcipher = tfm; in crypto_get_default_null_skcipher()
181 crypto_free_sync_skcipher(crypto_default_null_skcipher); in crypto_put_default_null_skcipher()
182 crypto_default_null_skcipher = NULL; in crypto_put_default_null_skcipher()

Completed in 2 milliseconds