Home
last modified time | relevance | path

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

/crypto/
A Dchacha.c228 static unsigned int num_algs; variable
233 num_algs = ARRAY_SIZE(algs); in crypto_chacha_mod_init()
236 num_algs /= 2; in crypto_chacha_mod_init()
238 return crypto_register_skciphers(algs, num_algs); in crypto_chacha_mod_init()
243 crypto_unregister_skciphers(algs, num_algs); in crypto_chacha_mod_fini()

Completed in 3 milliseconds