Searched refs:crypto_register_alg (Results 1 - 25 of 55) sorted by relevance

123

/linux-master/arch/arm/crypto/
H A Daes-cipher-glue.c54 return crypto_register_alg(&aes_alg);
/linux-master/crypto/
H A Daes_ti.c70 return crypto_register_alg(&aes_alg);
H A Dsm4_generic.c78 return crypto_register_alg(&sm4_alg);
H A D842.c126 ret = crypto_register_alg(&alg);
H A Dlz4hc.c137 ret = crypto_register_alg(&alg_lz4hc);
H A Dlz4.c136 ret = crypto_register_alg(&alg_lz4);
H A Dlzo-rle.c139 ret = crypto_register_alg(&alg);
H A Dlzo.c139 ret = crypto_register_alg(&alg);
H A Dtwofish_generic.c182 return crypto_register_alg(&alg);
H A Dblowfish_generic.c119 return crypto_register_alg(&alg);
H A Dkpp.c150 return crypto_register_alg(base);
H A Dzstd.c236 ret = crypto_register_alg(&alg);
H A Drng.c215 return crypto_register_alg(base);
H A Dacompress.c205 return crypto_register_alg(base);
H A Ddeflate.c288 ret = crypto_register_alg(&alg);
/linux-master/arch/x86/crypto/
H A Dtwofish_glue.c86 return crypto_register_alg(&alg);
H A Dblowfish_glue.c172 err = crypto_register_alg(&bf_cipher_alg);
/linux-master/arch/arm64/crypto/
H A Daes-cipher-glue.c49 return crypto_register_alg(&aes_alg);
H A Dsm4-ce-cipher-glue.c73 return crypto_register_alg(&sm4_ce_alg);
H A Daes-ce-glue.c170 return crypto_register_alg(&aes_alg);
/linux-master/arch/powerpc/crypto/
H A Dvmx.c30 ret = crypto_register_alg(&p8_aes_alg);
/linux-master/arch/riscv/crypto/
H A Dsm4-riscv64-glue.c91 return crypto_register_alg(&riscv64_sm4_alg);
/linux-master/drivers/crypto/cavium/zip/
H A Dzip_main.c434 ret = crypto_register_alg(&zip_comp_deflate);
440 ret = crypto_register_alg(&zip_comp_lzs);
/linux-master/arch/sparc/crypto/
H A Dcamellia_glue.c270 err = crypto_register_alg(&cipher_alg);
/linux-master/include/crypto/
H A Dalgapi.h141 int crypto_register_alg(struct crypto_alg *alg);

Completed in 232 milliseconds

123