Searched refs:crypto_register_skcipher (Results 1 – 25 of 35) sorted by relevance
12
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()
73 return crypto_register_skcipher(&arc4_alg); in arc4_init()
200 ret = crypto_register_skcipher(&skcipher_null); in crypto_null_mod_init()
861 int crypto_register_skcipher(struct skcipher_alg *alg) in crypto_register_skcipher() function872 EXPORT_SYMBOL_GPL(crypto_register_skcipher);885 ret = crypto_register_skcipher(&algs[i]); in crypto_register_skciphers()
704 return crypto_register_skcipher(&alg->base); in crypto_engine_register_skcipher()
194 err = crypto_register_skcipher(alg); in simd_skcipher_create_compat()
762 ret = crypto_register_skcipher(&ecb_paes_alg); in paes_s390_init()770 ret = crypto_register_skcipher(&cbc_paes_alg); in paes_s390_init()777 ret = crypto_register_skcipher(&xts_paes_alg); in paes_s390_init()790 ret = crypto_register_skcipher(&ctr_paes_alg); in paes_s390_init()
417 ret = crypto_register_skcipher(alg); in des_s390_register_skcipher()
964 ret = crypto_register_skcipher(alg); in aes_s390_register_skcipher()
140 int crypto_register_skcipher(struct skcipher_alg *alg);
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()
2432 err = crypto_register_skcipher(&aes_algs[i]); in atmel_aes_register_algs()2440 err = crypto_register_skcipher(&aes_cfb64_alg); in atmel_aes_register_algs()2456 err = crypto_register_skcipher(&aes_xts_alg); in atmel_aes_register_algs()
1106 err = crypto_register_skcipher(&tdes_algs[i]); in atmel_tdes_register_algs()
1302 err = crypto_register_skcipher(&aes_algs[i]); in sahara_register_algs()
2263 err = crypto_register_skcipher(&algs[i]); in s5p_aes_probe()
201 ret = crypto_register_skcipher(alg); in ccp_register_des3_alg()
264 ret = crypto_register_skcipher(alg); in ccp_register_aes_xts_alg()
331 ret = crypto_register_skcipher(alg); in ccp_register_aes_alg()
461 err = crypto_register_skcipher(&ss_algs[i].alg.crypto); in sun4i_ss_probe()
485 ret = crypto_register_skcipher(alg); in qce_skcipher_register_one()
196 ret = crypto_register_skcipher(cesa->caps->cipher_algs[i]); in mv_cesa_add_algs()
518 crypto_register_skcipher(alg) : 0; in nx_register_skcipher()
1491 rc = crypto_register_skcipher(&t_alg->skcipher_alg); in cc_cipher_alloc()
1034 rc = crypto_register_skcipher(&alg->alg.u.cipher); in crypto4xx_register_alg()
1524 if (crypto_register_skcipher(cra)) in ixp_crypto_probe()