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

/linux-4.1.27/crypto/
H A Dcrypto_null.c109 static struct crypto_alg null_algs[3] = { { variable in typeref:struct:crypto_alg
156 ret = crypto_register_algs(null_algs, ARRAY_SIZE(null_algs)); crypto_null_mod_init()
167 crypto_unregister_algs(null_algs, ARRAY_SIZE(null_algs)); crypto_null_mod_init()
175 crypto_unregister_algs(null_algs, ARRAY_SIZE(null_algs)); crypto_null_mod_fini()

Completed in 114 milliseconds