Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dcrypto_null.c112 static struct crypto_alg null_algs[3] = { { variable
195 ret = crypto_register_algs(null_algs, ARRAY_SIZE(null_algs)); in crypto_null_mod_init()
206 crypto_unregister_algs(null_algs, ARRAY_SIZE(null_algs)); in crypto_null_mod_init()
214 crypto_unregister_algs(null_algs, ARRAY_SIZE(null_algs)); in crypto_null_mod_fini()