Searched refs:sec_skciphers (Results 1 – 1 of 1) sorted by relevance
2178 static struct sec_skcipher sec_skciphers[] = { variable2488 if (sec_skciphers[i].alg_msk & alg_mask) in sec_unregister_skcipher()2489 crypto_unregister_skcipher(&sec_skciphers[i].alg); in sec_unregister_skcipher()2496 count = ARRAY_SIZE(sec_skciphers); in sec_register_skcipher()2499 if (!(sec_skciphers[i].alg_msk & alg_mask)) in sec_register_skcipher()2502 ret = crypto_register_skcipher(&sec_skciphers[i].alg); in sec_register_skcipher()2558 sec_unregister_skcipher(alg_mask, ARRAY_SIZE(sec_skciphers)); in sec_register_to_crypto()2568 sec_unregister_skcipher(alg_mask, ARRAY_SIZE(sec_skciphers)); in sec_unregister_from_crypto()