/kernel/linux/linux-5.10/arch/powerpc/crypto/ |
H A D | Makefile | 9 obj-$(CONFIG_CRYPTO_MD5_PPC) += md5-ppc.o 18 md5-ppc-y := md5-asm.o md5-glue.o
|
H A D | md5-glue.c | 15 #include <crypto/md5.h> 133 .cra_name = "md5", 134 .cra_driver_name= "md5-ppc", 157 MODULE_ALIAS_CRYPTO("md5"); 158 MODULE_ALIAS_CRYPTO("md5-ppc");
|
/kernel/linux/linux-6.6/arch/powerpc/crypto/ |
H A D | Makefile | 9 obj-$(CONFIG_CRYPTO_MD5_PPC) += md5-ppc.o 21 md5-ppc-y := md5-asm.o md5-glue.o
|
H A D | md5-glue.c | 15 #include <crypto/md5.h> 133 .cra_name = "md5", 134 .cra_driver_name= "md5-ppc", 157 MODULE_ALIAS_CRYPTO("md5"); 158 MODULE_ALIAS_CRYPTO("md5-ppc");
|
/kernel/linux/linux-5.10/arch/sparc/crypto/ |
H A D | Makefile | 9 obj-$(CONFIG_CRYPTO_MD5_SPARC64) += md5-sparc64.o 20 md5-sparc64-y := md5_asm.o md5_glue.o
|
H A D | md5_glue.c | 5 * and crypto/md5.c which are: 22 #include <crypto/md5.h> 144 .cra_name = "md5", 145 .cra_driver_name= "md5-sparc64", 169 pr_info("Using sparc64 md5 opcode optimized MD5 implementation\n"); in md5_sparc64_mod_init() 172 pr_info("sparc64 md5 opcode not available.\n"); in md5_sparc64_mod_init() 185 MODULE_DESCRIPTION("MD5 Message Digest Algorithm, sparc64 md5 opcode accelerated"); 187 MODULE_ALIAS_CRYPTO("md5");
|
/kernel/linux/linux-6.6/arch/sparc/crypto/ |
H A D | Makefile | 9 obj-$(CONFIG_CRYPTO_MD5_SPARC64) += md5-sparc64.o 20 md5-sparc64-y := md5_asm.o md5_glue.o
|
H A D | md5_glue.c | 5 * and crypto/md5.c which are: 22 #include <crypto/md5.h> 145 .cra_name = "md5", 146 .cra_driver_name= "md5-sparc64", 170 pr_info("Using sparc64 md5 opcode optimized MD5 implementation\n"); in md5_sparc64_mod_init() 173 pr_info("sparc64 md5 opcode not available.\n"); in md5_sparc64_mod_init() 186 MODULE_DESCRIPTION("MD5 Message Digest Algorithm, sparc64 md5 opcode accelerated"); 188 MODULE_ALIAS_CRYPTO("md5");
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | link.c | 41 struct shash_desc *md5 = NULL; in symlink_hash() local 43 rc = cifs_alloc_hash("md5", &md5); in symlink_hash() 47 rc = crypto_shash_init(md5); in symlink_hash() 49 cifs_dbg(VFS, "%s: Could not init md5 shash\n", __func__); in symlink_hash() 52 rc = crypto_shash_update(md5, link_str, link_len); in symlink_hash() 57 rc = crypto_shash_final(md5, md5_hash); in symlink_hash() 59 cifs_dbg(VFS, "%s: Could not generate md5 hash\n", __func__); in symlink_hash() 62 cifs_free_hash(&md5); in symlink_hash()
|
H A D | cifsencrypt.c | 234 rc = cifs_alloc_hash("md5", &server->secmech.md5); in cifs_calc_signature() 238 rc = crypto_shash_init(server->secmech.md5); in cifs_calc_signature() 240 cifs_dbg(VFS, "%s: Could not init md5\n", __func__); in cifs_calc_signature() 244 rc = crypto_shash_update(server->secmech.md5, in cifs_calc_signature() 251 return __cifs_calc_signature(rqst, server, signature, server->secmech.md5); in cifs_calc_signature() 631 cifs_dbg(VFS, "%s: Could not generate md5 hash\n", __func__); in calc_ntlmv2_hash() 684 cifs_dbg(VFS, "%s: Could not generate md5 hash\n", __func__); in CalcNTLMv2_response() 757 rc = cifs_alloc_hash("hmac(md5)", &ses->server->secmech.hmacmd5); in setup_ntlmv2_rsp() 802 cifs_dbg(VFS, "%s: Could not generate md5 has in setup_ntlmv2_rsp() [all...] |
/kernel/linux/linux-5.10/tools/build/feature/ |
H A D | test-libcrypto.c | 4 #include <openssl/md5.h>
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | hash_info.h | 12 #include <crypto/md5.h>
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | hash_info.h | 13 #include <crypto/md5.h>
|
/kernel/linux/linux-6.6/tools/build/feature/ |
H A D | test-libcrypto.c | 4 #include <openssl/md5.h>
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_output.c | 760 struct tcp_md5sig_key **md5) in tcp_syn_options() 766 *md5 = NULL; in tcp_syn_options() 770 *md5 = tp->af_specific->md5_lookup(sk, sk); in tcp_syn_options() 771 if (*md5) { in tcp_syn_options() 790 if (likely(READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_timestamps) && !*md5)) { in tcp_syn_options() 843 const struct tcp_md5sig_key *md5, in tcp_synack_options() 852 if (md5) { in tcp_synack_options() 914 struct tcp_md5sig_key **md5) in tcp_established_options() 922 *md5 = NULL; in tcp_established_options() 926 *md5 in tcp_established_options() 758 tcp_syn_options(struct sock *sk, struct sk_buff *skb, struct tcp_out_options *opts, struct tcp_md5sig_key **md5) tcp_syn_options() argument 839 tcp_synack_options(const struct sock *sk, struct request_sock *req, unsigned int mss, struct sk_buff *skb, struct tcp_out_options *opts, const struct tcp_md5sig_key *md5, struct tcp_fastopen_cookie *foc, enum tcp_synack_type synack_type, struct sk_buff *syn_skb) tcp_synack_options() argument 912 tcp_established_options(struct sock *sk, struct sk_buff *skb, struct tcp_out_options *opts, struct tcp_md5sig_key **md5) tcp_established_options() argument 1248 struct tcp_md5sig_key *md5; __tcp_transmit_skb() local 1829 struct tcp_md5sig_key *md5; tcp_current_mss() local 3553 struct tcp_md5sig_key *md5 = NULL; tcp_make_synack() local [all...] |
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_output.c | 770 struct tcp_md5sig_key **md5) in tcp_syn_options() 776 *md5 = NULL; in tcp_syn_options() 780 *md5 = tp->af_specific->md5_lookup(sk, sk); in tcp_syn_options() 781 if (*md5) { in tcp_syn_options() 800 if (likely(READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_timestamps) && !*md5)) { in tcp_syn_options() 853 const struct tcp_md5sig_key *md5, in tcp_synack_options() 862 if (md5) { in tcp_synack_options() 924 struct tcp_md5sig_key **md5) in tcp_established_options() 932 *md5 = NULL; in tcp_established_options() 936 *md5 in tcp_established_options() 768 tcp_syn_options(struct sock *sk, struct sk_buff *skb, struct tcp_out_options *opts, struct tcp_md5sig_key **md5) tcp_syn_options() argument 849 tcp_synack_options(const struct sock *sk, struct request_sock *req, unsigned int mss, struct sk_buff *skb, struct tcp_out_options *opts, const struct tcp_md5sig_key *md5, struct tcp_fastopen_cookie *foc, enum tcp_synack_type synack_type, struct sk_buff *syn_skb) tcp_synack_options() argument 922 tcp_established_options(struct sock *sk, struct sk_buff *skb, struct tcp_out_options *opts, struct tcp_md5sig_key **md5) tcp_established_options() argument 1253 struct tcp_md5sig_key *md5; __tcp_transmit_skb() local 1830 struct tcp_md5sig_key *md5; tcp_current_mss() local 3642 struct tcp_md5sig_key *md5 = NULL; tcp_make_synack() local [all...] |
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
H A D | compat.h | 38 #include <crypto/md5.h>
|
/kernel/linux/linux-5.10/tools/perf/tests/shell/ |
H A D | buildid.sh | 21 echo 'int main(void) { return 0; }' | cc -Wl,--build-id=md5 -o ${ex_md5} -x c -
|
/kernel/linux/linux-6.6/drivers/crypto/caam/ |
H A D | compat.h | 39 #include <crypto/md5.h>
|
/kernel/linux/linux-6.6/tools/perf/tests/shell/ |
H A D | buildid.sh | 44 echo 'int main(void) { return 0; }' | cc -Wl,--build-id=md5 -o ${ex_md5} -x c -
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifsencrypt.c | 120 rc = cifs_alloc_hash("md5", &server->secmech.md5, in cifs_calc_signature() 127 cifs_dbg(VFS, "%s: Could not init md5\n", __func__); in cifs_calc_signature() 595 cifs_dbg(VFS, "%s: Could not generate md5 hash\n", __func__); in calc_ntlmv2_hash() 648 cifs_dbg(VFS, "%s: Could not generate md5 hash\n", __func__); in CalcNTLMv2_response() 716 rc = cifs_alloc_hash("hmac(md5)", in setup_ntlmv2_rsp() 763 cifs_dbg(VFS, "%s: Could not generate md5 hash\n", __func__); in setup_ntlmv2_rsp() 817 if (server->secmech.md5) { in cifs_crypto_secmech_release() 818 crypto_free_shash(server->secmech.md5); in cifs_crypto_secmech_release() 819 server->secmech.md5 in cifs_crypto_secmech_release() [all...] |
H A D | link.c | 53 struct crypto_shash *md5 = NULL; in symlink_hash() local 56 rc = cifs_alloc_hash("md5", &md5, &sdescmd5); in symlink_hash() 62 cifs_dbg(VFS, "%s: Could not init md5 shash\n", __func__); in symlink_hash() 72 cifs_dbg(VFS, "%s: Could not generate md5 hash\n", __func__); in symlink_hash() 75 cifs_free_hash(&md5, &sdescmd5); in symlink_hash()
|
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ss/ |
H A D | sun8i-ss.h | 17 #include <crypto/md5.h>
|
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/crypto/ |
H A D | octeon-md5.c | 8 * Based on crypto/md5.c, which is: 22 #include <crypto/md5.h> 181 .cra_name = "md5", 182 .cra_driver_name= "octeon-md5",
|
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/crypto/ |
H A D | octeon-md5.c | 8 * Based on crypto/md5.c, which is: 22 #include <crypto/md5.h> 183 .cra_name = "md5", 184 .cra_driver_name= "octeon-md5",
|