Searched refs:sec_skciphers (Results 1 – 1 of 1) sorted by relevance
2149 static struct sec_skcipher sec_skciphers[] = { variable2417 if (sec_skciphers[i].alg_msk & alg_mask) in sec_unregister_skcipher()2418 crypto_unregister_skcipher(&sec_skciphers[i].alg); in sec_unregister_skcipher()2425 count = ARRAY_SIZE(sec_skciphers); in sec_register_skcipher()2428 if (!(sec_skciphers[i].alg_msk & alg_mask)) in sec_register_skcipher()2431 ret = crypto_register_skcipher(&sec_skciphers[i].alg); in sec_register_skcipher()2504 sec_unregister_skcipher(alg_mask, ARRAY_SIZE(sec_skciphers)); in sec_register_to_crypto()2522 sec_unregister_skcipher(alg_mask, ARRAY_SIZE(sec_skciphers)); in sec_unregister_from_crypto()