/third_party/rust/crates/aho-corasick/src/packed/ |
H A D | rabinkarp.rs | 114 for &(phash, pid) in bucket { in find_at() 115 if phash == hash { in find_at()
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_map.c | 107 static void map_bucket_swap(nghttp2_map_bucket *bkt, uint32_t *phash, in map_bucket_swap() argument 113 bkt->hash = *phash; in map_bucket_swap() 117 *phash = h; in map_bucket_swap()
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_map.c | 107 static void map_bucket_swap(ngtcp2_map_bucket *bkt, uint32_t *phash, in map_bucket_swap() argument 113 bkt->hash = *phash; in map_bucket_swap() 117 *phash = h; in map_bucket_swap()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_map.c | 107 static void map_bucket_swap(nghttp2_map_bucket *bkt, uint32_t *phash, in map_bucket_swap() argument 113 bkt->hash = *phash; in map_bucket_swap() 117 *phash = h; in map_bucket_swap()
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_map.c | 108 static void map_bucket_swap(nghttp3_map_bucket *bkt, uint32_t *phash, in map_bucket_swap() argument 114 bkt->hash = *phash; in map_bucket_swap() 118 *phash = h; in map_bucket_swap()
|
/third_party/node/deps/openssl/openssl/crypto/rsa/ |
H A D | rsa_oaep.c | 172 phash[EVP_MAX_MD_SIZE]; in RSA_padding_check_PKCS1_OAEP_mgf1() local 250 if (!EVP_Digest((void *)param, plen, phash, NULL, md, NULL)) in RSA_padding_check_PKCS1_OAEP_mgf1() 253 good &= constant_time_is_zero(CRYPTO_memcmp(db, phash, mdlen)); in RSA_padding_check_PKCS1_OAEP_mgf1()
|
/third_party/openssl/crypto/rsa/ |
H A D | rsa_oaep.c | 172 phash[EVP_MAX_MD_SIZE]; in RSA_padding_check_PKCS1_OAEP_mgf1() local 250 if (!EVP_Digest((void *)param, plen, phash, NULL, md, NULL)) in RSA_padding_check_PKCS1_OAEP_mgf1() 253 good &= constant_time_is_zero(CRYPTO_memcmp(db, phash, mdlen)); in RSA_padding_check_PKCS1_OAEP_mgf1()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | t1_lib.c | 2357 int *psign, int *phash, int *psignhash, in SSL_get_sigalgs() 2377 if (phash != NULL) in SSL_get_sigalgs() 2378 *phash = lu != NULL ? lu->hash : NID_undef; in SSL_get_sigalgs() 2386 int *psign, int *phash, int *psignhash, in SSL_get_shared_sigalgs() 2396 if (phash != NULL) in SSL_get_shared_sigalgs() 2397 *phash = shsigalgs->hash; in SSL_get_shared_sigalgs() 2418 static void get_sigorhash(int *psig, int *phash, const char *str) in get_sigorhash() argument 2429 *phash = OBJ_sn2nid(str); in get_sigorhash() 2430 if (*phash == NID_undef) in get_sigorhash() 2431 *phash in get_sigorhash() 2356 SSL_get_sigalgs(SSL *s, int idx, int *psign, int *phash, int *psignhash, unsigned char *rsig, unsigned char *rhash) SSL_get_sigalgs() argument 2385 SSL_get_shared_sigalgs(SSL *s, int idx, int *psign, int *phash, int *psignhash, unsigned char *rsig, unsigned char *rhash) SSL_get_shared_sigalgs() argument [all...] |
/third_party/openssl/ssl/ |
H A D | t1_lib.c | 2337 int *psign, int *phash, int *psignhash, in SSL_get_sigalgs() 2357 if (phash != NULL) in SSL_get_sigalgs() 2358 *phash = lu != NULL ? lu->hash : NID_undef; in SSL_get_sigalgs() 2366 int *psign, int *phash, int *psignhash, in SSL_get_shared_sigalgs() 2376 if (phash != NULL) in SSL_get_shared_sigalgs() 2377 *phash = shsigalgs->hash; in SSL_get_shared_sigalgs() 2398 static void get_sigorhash(int *psig, int *phash, const char *str) in get_sigorhash() argument 2409 *phash = OBJ_sn2nid(str); in get_sigorhash() 2410 if (*phash == NID_undef) in get_sigorhash() 2411 *phash in get_sigorhash() 2336 SSL_get_sigalgs(SSL *s, int idx, int *psign, int *phash, int *psignhash, unsigned char *rsig, unsigned char *rhash) SSL_get_sigalgs() argument 2365 SSL_get_shared_sigalgs(SSL *s, int idx, int *psign, int *phash, int *psignhash, unsigned char *rsig, unsigned char *rhash) SSL_get_shared_sigalgs() argument [all...] |
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | tls1.h | 254 int *psign, int *phash, int *psignandhash, 258 int *psign, int *phash, int *psignandhash,
|
/third_party/openssl/include/openssl/ |
H A D | tls1.h | 250 int *psign, int *phash, int *psignandhash, 254 int *psign, int *phash, int *psignandhash,
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | tls1.h | 247 int *psign, int *phash, int *psignandhash, 251 int *psign, int *phash, int *psignandhash,
|
/third_party/python/Objects/ |
H A D | dictobject.c | 2120 PyObject **pvalue, Py_hash_t *phash) in _PyDict_Next() 2176 if (phash) in _PyDict_Next() 2177 *phash = hash; in _PyDict_Next() 2119 _PyDict_Next(PyObject *op, Py_ssize_t *ppos, PyObject **pkey, PyObject **pvalue, Py_hash_t *phash) _PyDict_Next() argument
|