Searched refs:sec_skciphers (Results 1 – 1 of 1) sorted by relevance
2169 static struct sec_skcipher sec_skciphers[] = { variable2459 if (sec_skciphers[i].alg_msk & alg_mask) in sec_unregister_skcipher()2460 crypto_unregister_skcipher(&sec_skciphers[i].alg); in sec_unregister_skcipher()2467 count = ARRAY_SIZE(sec_skciphers); in sec_register_skcipher()2470 if (!(sec_skciphers[i].alg_msk & alg_mask)) in sec_register_skcipher()2473 ret = crypto_register_skcipher(&sec_skciphers[i].alg); in sec_register_skcipher()2546 sec_unregister_skcipher(alg_mask, ARRAY_SIZE(sec_skciphers)); in sec_register_to_crypto()2564 sec_unregister_skcipher(alg_mask, ARRAY_SIZE(sec_skciphers)); in sec_unregister_from_crypto()