Home
last modified time | relevance | path

Searched refs:hash (Results 1 – 20 of 20) sorted by relevance

/components/lwp/vdso/user/arch/aarch64/
A Dvdso.lds.S21 .hash : { *(.hash) } :text
22 .gnu.hash : { *(.gnu.hash) }
/components/lwp/vdso/user/arch/risc-v/
A Dvdso.lds.S21 .hash : { *(.hash) } :text
22 .gnu.hash : { *(.gnu.hash) }
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dchap-md5.c67 unsigned char hash[MD5_HASH_SIZE]; in chap_md5_verify_response() local
81 lwip_md5_finish(&ctx, hash); in chap_md5_verify_response()
85 if (memcmp(hash, response, MD5_HASH_SIZE) == 0) { in chap_md5_verify_response()
A Deap.c1048 static void eap_chap_response(ppp_pcb *pcb, u_char id, u_char *hash, const char *name, int namelen)… in eap_chap_response() argument
1073 MEMCPY(outp, hash, MD5_SIGNATURE_SIZE); in eap_chap_response()
1318 u_char hash[MD5_SIGNATURE_SIZE]; in eap_request() local
1453 lwip_md5_finish(&mdContext, hash); in eap_request()
1455 eap_chap_response(pcb, id, hash, pcb->eap.es_client.ea_name, in eap_request()
1732 u_char hash[MD5_SIGNATURE_SIZE]; in eap_response() local
1880 lwip_md5_finish(&mdContext, hash); in eap_response()
1882 if (BCMP(hash, inp, MD5_SIGNATURE_SIZE) != 0) { in eap_response()
A Dchap_ms.c572 static void NTPasswordHash(u_char *secret, int secret_len, u_char hash[MD4_SIGNATURE_SIZE]) { in NTPasswordHash()
578 lwip_md4_finish(&md4Context, hash); in NTPasswordHash()
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dchap-md5.c67 unsigned char hash[MD5_HASH_SIZE]; in chap_md5_verify_response() local
81 lwip_md5_finish(&ctx, hash); in chap_md5_verify_response()
85 if (memcmp(hash, response, MD5_HASH_SIZE) == 0) { in chap_md5_verify_response()
A Deap.c1048 static void eap_chap_response(ppp_pcb *pcb, u_char id, u_char *hash, const char *name, int namelen)… in eap_chap_response() argument
1073 MEMCPY(outp, hash, MD5_SIGNATURE_SIZE); in eap_chap_response()
1318 u_char hash[MD5_SIGNATURE_SIZE]; in eap_request() local
1453 lwip_md5_finish(&mdContext, hash); in eap_request()
1455 eap_chap_response(pcb, id, hash, pcb->eap.es_client.ea_name, in eap_request()
1732 u_char hash[MD5_SIGNATURE_SIZE]; in eap_response() local
1880 lwip_md5_finish(&mdContext, hash); in eap_response()
1882 if (BCMP(hash, inp, MD5_SIGNATURE_SIZE) != 0) { in eap_response()
A Dchap_ms.c572 static void NTPasswordHash(u_char *secret, int secret_len, u_char hash[MD4_SIGNATURE_SIZE]) { in NTPasswordHash()
578 lwip_md4_finish(&md4Context, hash); in NTPasswordHash()
/components/dfs/dfs_v1/src/
A Ddfs_file.c91 unsigned int hash = 0; in bkdr_hash() local
95 hash = hash * seed + (*str++); in bkdr_hash()
98 return (hash % DFS_VNODE_HASH_NR); in bkdr_hash()
120 int hash = bkdr_hash(path); in dfs_vnode_find() local
123 hh = dfs_fm.head[hash].next; in dfs_vnode_find()
127 *hash_head = &dfs_fm.head[hash]; in dfs_vnode_find()
130 while (hh != &dfs_fm.head[hash]) in dfs_vnode_find()
/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dmd5.h53 void MD5Final ( unsigned char hash[], MD5_CTX *mdContext);
A Dchap.c431 u_char hash[MD5_SIGNATURE_SIZE]; in ChapReceiveChallenge() local
496 MD5Final(hash, &mdContext); in ChapReceiveChallenge()
497 BCOPY(hash, cstate->response, MD5_SIGNATURE_SIZE); in ChapReceiveChallenge()
529 u_char hash[MD5_SIGNATURE_SIZE]; in ChapReceiveResponse() local
604 MD5Final(hash, &mdContext); in ChapReceiveResponse()
607 if (memcmp (hash, remmd, MD5_SIGNATURE_SIZE) == 0) { in ChapReceiveResponse()
A Dmd5.c177 MD5Final (unsigned char hash[], MD5_CTX *mdContext) in MD5Final() argument
214 SMEMCPY(hash, mdContext->digest, 16); in MD5Final()
/components/libc/cplusplus/cpp11/gcc/
A Dthread54 friend class hash<thread::id>;
198 struct hash<thread::id>
204 return hash<rt_cpp_thread_t>()(id.__cpp_thread_t);
/components/drivers/usb/cherryusb/demo/adb/
A Dcherrysh_port.c285 csh_init.hash[0] = "12345678"; /*!< If there is no password, set to NULL */ in shell_init()
/components/dfs/
A DKconfig250 int "page cache hash size."
/components/dfs/dfs_v1/filesystems/elmfat/
A Dff.c2370 WORD hash = xname_sum(fs->lfnbuf); /* Hash value of the name to find */ local
2376 …if (ld_word(fs->dirbuf + XDIR_NameHash) != hash) continue; /* Skip comparison if hash mismatched */
/components/dfs/dfs_v2/filesystems/elmfat/
A Dff.c2401 WORD hash = xname_sum(fs->lfnbuf); /* Hash value of the name to find */ local
2407 …if (ld_word(fs->dirbuf + XDIR_NameHash) != hash) continue; /* Skip comparison if hash mismatched */
/components/net/lwip/lwip-2.0.3/doc/doxygen/
A Dlwip.Doxyfile6 # All text after a double hash (##) is considered a comment and is placed in
9 # All text after a single hash (#) is considered a comment and will be ignored.
/components/net/lwip/lwip-2.1.2/doc/doxygen/
A Dlwip.Doxyfile6 # All text after a double hash (##) is considered a comment and is placed in
9 # All text after a single hash (#) is considered a comment and will be ignored.
A Dlwip.Doxyfile.cmake.in6 # All text after a double hash (##) is considered a comment and is placed in
9 # All text after a single hash (#) is considered a comment and will be ignored.

Completed in 55 milliseconds