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

/linux-4.4.14/crypto/
H A Darc4.c118 static struct crypto_alg arc4_algs[2] = { { variable in typeref:struct:crypto_alg
155 return crypto_register_algs(arc4_algs, ARRAY_SIZE(arc4_algs)); arc4_init()
160 crypto_unregister_algs(arc4_algs, ARRAY_SIZE(arc4_algs)); arc4_exit()

Completed in 151 milliseconds