Home
last modified time | relevance | path

Searched refs:phash (Results 1 – 14 of 14) sorted by relevance

/third_party/openssl/doc/man3/
DSSL_get_shared_sigalgs.pod12 int *psign, int *phash, int *psignhash,
16 int *psign, int *phash, int *psignhash,
24 algorithm NID is written to B<*psign>, the hash NID to B<*phash> and the
47 Any or all of the parameters B<psign>, B<phash>, B<psignhash>, B<rsig> or
66 rsa(1) then B<*rhash> would be 4, B<*rsign> 1, B<*phash> NID_sha256, B<*psig>
/third_party/rust/crates/aho-corasick/src/packed/
Drabinkarp.rs114 for &(phash, pid) in bucket { in find_at()
115 if phash == hash { in find_at()
/third_party/openssl/crypto/rsa/
Drsa_oaep.c172 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/crypto/rsa/
Drsa_oaep.c172 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/ngtcp2/ngtcp2/lib/
Dngtcp2_map.c107 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/
Dnghttp2_map.c107 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/nghttp2/lib/
Dnghttp2_map.c107 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/
Dnghttp3_map.c108 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/openssl/ssl/
Dt1_lib.c2336 int *psign, int *phash, int *psignhash, in SSL_get_sigalgs() argument
2356 if (phash != NULL) in SSL_get_sigalgs()
2357 *phash = lu != NULL ? lu->hash : NID_undef; in SSL_get_sigalgs()
2365 int *psign, int *phash, int *psignhash, in SSL_get_shared_sigalgs() argument
2375 if (phash != NULL) in SSL_get_shared_sigalgs()
2376 *phash = shsigalgs->hash; in SSL_get_shared_sigalgs()
2397 static void get_sigorhash(int *psig, int *phash, const char *str) in get_sigorhash() argument
2408 *phash = OBJ_sn2nid(str); in get_sigorhash()
2409 if (*phash == NID_undef) in get_sigorhash()
2410 *phash = OBJ_ln2nid(str); in get_sigorhash()
/third_party/node/deps/openssl/openssl/ssl/
Dt1_lib.c2357 int *psign, int *phash, int *psignhash, in SSL_get_sigalgs() argument
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() argument
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 = OBJ_ln2nid(str); in get_sigorhash()
/third_party/openssl/ohos_lite/include/openssl/
Dtls1.h247 int *psign, int *phash, int *psignandhash,
251 int *psign, int *phash, int *psignandhash,
/third_party/openssl/include/openssl/
Dtls1.h250 int *psign, int *phash, int *psignandhash,
254 int *psign, int *phash, int *psignandhash,
/third_party/node/deps/openssl/openssl/include/openssl/
Dtls1.h254 int *psign, int *phash, int *psignandhash,
258 int *psign, int *phash, int *psignandhash,
/third_party/python/Objects/
Ddictobject.c1819 PyObject **pvalue, Py_hash_t *phash) in _PyDict_Next() argument
1854 if (phash) in _PyDict_Next()
1855 *phash = entry_ptr->me_hash; in _PyDict_Next()