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

/linux-master/crypto/
H A Dcrypto_null.c124 static struct crypto_alg null_algs[] = { { variable in typeref:struct:crypto_alg
192 ret = crypto_register_algs(null_algs, ARRAY_SIZE(null_algs));
209 crypto_unregister_algs(null_algs, ARRAY_SIZE(null_algs));
216 crypto_unregister_algs(null_algs, ARRAY_SIZE(null_algs));

Completed in 80 milliseconds