Searched refs:crypto_register_shash (Results 1 - 25 of 71) sorted by path

123

/linux-master/arch/arm/crypto/
H A Dcrct10dif-ce-glue.c75 return crypto_register_shash(&crc_t10dif_alg);
H A Dghash-ce-glue.c767 err = crypto_register_shash(&ghash_alg);
H A Dnhpoly1305-neon-glue.c65 return crypto_register_shash(&nhpoly1305_alg);
H A Dpoly1305-glue.c248 return crypto_register_shash(&arm_poly1305_algs[0]);
H A Dsha1-ce-glue.c83 return crypto_register_shash(&alg);
H A Dsha1_glue.c70 return crypto_register_shash(&alg);
H A Dsha1_neon_glue.c89 return crypto_register_shash(&alg);
/linux-master/arch/powerpc/crypto/
H A Dcrct10dif-vpmsum_glue.c111 return crypto_register_shash(&alg);
H A Dcrc32c-vpmsum_glue.c158 return crypto_register_shash(&alg);
/linux-master/crypto/
H A Dcrypto_null.c196 ret = crypto_register_shash(&digest_null);
H A Dmd4.c228 return crypto_register_shash(&alg);
H A Drmd160.c353 return crypto_register_shash(&alg);
/linux-master/arch/arm64/crypto/
H A Dcrct10dif-ce-glue.c125 return crypto_register_shash(crc_t10dif_alg);
H A Dghash-ce-glue.c569 return crypto_register_shash(&ghash_alg);
H A Dnhpoly1305-neon-glue.c65 return crypto_register_shash(&nhpoly1305_alg);
H A Dpoly1305-glue.c217 crypto_register_shash(&neon_poly1305_alg) : 0;
H A Dpolyval-ce-glue.c177 return crypto_register_shash(&polyval_alg);
H A Dsha1-ce-glue.c139 return crypto_register_shash(&alg);
H A Dsm3-ce-glue.c92 return crypto_register_shash(&sm3_alg);
H A Dsm3-neon-glue.c89 return crypto_register_shash(&sm3_alg);
/linux-master/arch/loongarch/crypto/
H A Dcrc32-loongarch.c274 err = crypto_register_shash(&crc32_alg);
278 err = crypto_register_shash(&crc32c_alg);
/linux-master/arch/mips/cavium-octeon/crypto/
H A Docteon-md5.c195 return crypto_register_shash(&alg);
H A Docteon-sha1.c210 return crypto_register_shash(&octeon_sha1_alg);
/linux-master/arch/mips/crypto/
H A Dcrc32-mips.c324 err = crypto_register_shash(&crc32_alg);
329 err = crypto_register_shash(&crc32c_alg);
H A Dpoly1305-glue.c177 crypto_register_shash(&mips_poly1305_alg) : 0;

Completed in 427 milliseconds

123