Searched refs:crypto_register_skcipher (Results 1 – 25 of 32) sorted by relevance
12
30 ret = crypto_register_skcipher(&p8_aes_cbc_alg); in p8_init()34 ret = crypto_register_skcipher(&p8_aes_ctr_alg); in p8_init()38 ret = crypto_register_skcipher(&p8_aes_xts_alg); in p8_init()
130 ret = crypto_register_skcipher(&skcipher_null); in crypto_null_mod_init()
718 int crypto_register_skcipher(struct skcipher_alg *alg) in crypto_register_skcipher() function729 EXPORT_SYMBOL_GPL(crypto_register_skcipher);742 ret = crypto_register_skcipher(&algs[i]); in crypto_register_skciphers()
186 err = crypto_register_skcipher(alg); in simd_skcipher_create_compat()
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()
907 err = crypto_register_skcipher(&tdes_algs[i]); in atmel_tdes_register_algs()
2234 err = crypto_register_skcipher(&aes_algs[i]); in atmel_aes_register_algs()2250 err = crypto_register_skcipher(&aes_xts_alg); in atmel_aes_register_algs()
2239 err = crypto_register_skcipher(&algs[i]); in s5p_aes_probe()
2277 err = crypto_register_skcipher(&alg->alg); in hifn_alg_alloc()
520 err = crypto_register_skcipher( in riscv64_aes_mod_init()527 err = crypto_register_skcipher( in riscv64_aes_mod_init()
200 int crypto_register_skcipher(struct skcipher_alg *alg);
202 ret = crypto_register_skcipher(alg); in ccp_register_des3_alg()
264 ret = crypto_register_skcipher(alg); in ccp_register_aes_xts_alg()
314 ret = crypto_register_skcipher(alg); in ccp_register_aes_alg()
165 ret = crypto_register_skcipher(&eip93_algs[i]->alg.skcipher); in eip93_register_algs()
459 err = crypto_register_skcipher(&ss_algs[i].alg.crypto); in sun4i_ss_probe()
417 ret = crypto_register_skcipher(alg); in des_s390_register_skcipher()
955 ret = crypto_register_skcipher(alg); in aes_s390_register_skcipher()
190 ret = crypto_register_skcipher(cesa->caps->cipher_algs[i]); in mv_cesa_add_algs()
485 ret = crypto_register_skcipher(alg); in qce_skcipher_register_one()
494 crypto_register_skcipher(alg) : 0; in nx_register_skcipher()
1454 rc = crypto_register_skcipher(&t_alg->skcipher_alg); in cc_cipher_alloc()
993 rc = crypto_register_skcipher(&alg->alg.u.cipher); in crypto4xx_register_alg()
1527 if (crypto_register_skcipher(cra)) in ixp_crypto_probe()
1272 ret = crypto_register_skcipher(&safexcel_algs[i]->alg.skcipher); in safexcel_register_algorithms()