Searched refs:phash (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/doc/man3/ |
D | SSL_get_shared_sigalgs.pod | 12 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/ |
D | rabinkarp.rs | 114 for &(phash, pid) in bucket { in find_at() 115 if phash == hash { in find_at()
|
/third_party/openssl/crypto/rsa/ |
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/nghttp2/lib/ |
D | nghttp2_map.c | 110 static void map_bucket_swap(nghttp2_map_bucket *bkt, uint32_t *phash, in map_bucket_swap() argument 116 bkt->hash = *phash; in map_bucket_swap() 120 *phash = h; in map_bucket_swap()
|
/third_party/openssl/ssl/ |
D | t1_lib.c | 2335 int *psign, int *phash, int *psignhash, in SSL_get_sigalgs() argument 2355 if (phash != NULL) in SSL_get_sigalgs() 2356 *phash = lu != NULL ? lu->hash : NID_undef; in SSL_get_sigalgs() 2364 int *psign, int *phash, int *psignhash, in SSL_get_shared_sigalgs() argument 2374 if (phash != NULL) in SSL_get_shared_sigalgs() 2375 *phash = shsigalgs->hash; in SSL_get_shared_sigalgs() 2396 static void get_sigorhash(int *psig, int *phash, const char *str) in get_sigorhash() argument 2407 *phash = OBJ_sn2nid(str); in get_sigorhash() 2408 if (*phash == NID_undef) in get_sigorhash() 2409 *phash = OBJ_ln2nid(str); in get_sigorhash()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | tls1.h | 247 int *psign, int *phash, int *psignandhash, 251 int *psign, int *phash, int *psignandhash,
|
/third_party/openssl/include/openssl/ |
D | tls1.h | 250 int *psign, int *phash, int *psignandhash, 254 int *psign, int *phash, int *psignandhash,
|
/third_party/python/Objects/ |
D | dictobject.c | 1819 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()
|