Searched refs:crypto_register_skcipher (Results 1 – 12 of 12) sorted by relevance
34 ret = crypto_register_skcipher(&p8_aes_cbc_alg); in p8_init()38 ret = crypto_register_skcipher(&p8_aes_ctr_alg); in p8_init()42 ret = crypto_register_skcipher(&p8_aes_xts_alg); in p8_init()
499 if ((ret = crypto_register_skcipher(&ecb_aes_alg)) != 0) in padlock_init()502 if ((ret = crypto_register_skcipher(&cbc_aes_alg)) != 0) in padlock_init()
2277 err = crypto_register_skcipher(&alg->alg); in hifn_alg_alloc()
719 int crypto_register_skcipher(struct skcipher_alg *alg) in crypto_register_skcipher() function730 EXPORT_SYMBOL_GPL(crypto_register_skcipher);743 ret = crypto_register_skcipher(&algs[i]); in crypto_register_skciphers()
186 err = crypto_register_skcipher(alg); in simd_skcipher_create_compat()
200 int crypto_register_skcipher(struct skcipher_alg *alg);
588 err = crypto_register_skcipher( in riscv64_aes_mod_init()595 err = crypto_register_skcipher( in riscv64_aes_mod_init()
264 ret = crypto_register_skcipher(alg); in ccp_register_aes_xts_alg()
417 ret = crypto_register_skcipher(alg); in des_s390_register_skcipher()
196 ret = crypto_register_skcipher(cesa->caps->cipher_algs[i]); in mv_cesa_add_algs()
1272 ret = crypto_register_skcipher(&safexcel_algs[i]->alg.skcipher); in safexcel_register_algorithms()
2682 err = crypto_register_skcipher(&t_alg->skcipher); in caam_qi_algapi_init()