Home
last modified time | relevance | path

Searched refs:hash_start (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/ada/
H A Dada.h1284 * | | | | | | | `----- hash_start
1304 uint32_t hash_start{omitted};
1308 * protocol_end < username_end < ... < hash_start,
4784 * | | | | | | | `----- hash_start
5316 * | | | | | | | `----- hash_start
5598 out.hash_start = uint32_t(running_index);
5830 if (components.hash_start != url_components::omitted) { in update_base_authority()
5831 components.hash_start += diff; in update_base_authority()
5838 " bytes] components.hash_start = ", components.hash_start); in update_unencoded_base_hash()
[all...]
H A Dada.cpp13058 * | | | | | | | `----- hash_start
13120 if (hash_start != url_components::omitted) {
13121 if (hash_start < index) {
13124 index = hash_start;
13163 answer.append("\t\"hash_start\":\"");
13164 helpers::encode_json(std::to_string(hash_start), back);
13300 if (components.hash_start != url_components::omitted) {
13301 components.hash_start += new_difference;
13334 if (components.hash_start != url_components::omitted) {
13335 components.hash_start
[all...]
H A Dada_c.h36 uint32_t hash_start; member
/third_party/node/lib/internal/
H A Durl.js192 hash_start = 0;
219 return this.hash_start !== URLContext.#omitted;
726 7: hash_start,
737 ctx.hash_start = hash_start;
931 endsAt = ctx.hash_start;
951 if (ctx.hasHash) { endsAt = ctx.hash_start; }
984 if (!ctx.hasHash || (ctx.href.length - ctx.hash_start <= 1)) {
987 return StringPrototypeSlice(ctx.href, ctx.hash_start);
/third_party/mbedtls/library/
H A Drsa.c2541 unsigned char *hash_start; in mbedtls_rsa_rsassa_pss_verify_ext() local
2604 hash_start = p + siglen - hlen - 1; in mbedtls_rsa_rsassa_pss_verify_ext()
2606 ret = mgf_mask(p, siglen - hlen - 1, hash_start, hlen, mgf1_hash_id); in mbedtls_rsa_rsassa_pss_verify_ext()
2613 while (p < hash_start - 1 && *p == 0) { in mbedtls_rsa_rsassa_pss_verify_ext()
2621 observed_salt_len = (size_t) (hash_start - p); in mbedtls_rsa_rsassa_pss_verify_ext()
2637 if (memcmp(hash_start, result, hlen) != 0) { in mbedtls_rsa_rsassa_pss_verify_ext()
H A Dssl_tls12_server.c4102 unsigned char *hash_start = hash; in ssl_parse_certificate_verify() local
4184 hash_start += 16; in ssl_parse_certificate_verify()
4237 md_alg, hash_start, hashlen, in ssl_parse_certificate_verify()
H A Dssl_tls12_client.c3245 unsigned char *hash_start = hash; in ssl_write_certificate_verify() local
3340 md_alg, hash_start, hashlen, in ssl_write_certificate_verify()
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-helpers-string.c723 lit_string_hash_t hash_start; in ecma_append_chars_to_string() local
727 hash_start = lit_utf8_string_calc_hash (cesu8_string1_p, cesu8_string1_size); in ecma_append_chars_to_string()
732 hash_start = string1_p->u.hash; in ecma_append_chars_to_string()
735 string_desc_p->u.hash = lit_utf8_string_hash_combine (hash_start, cesu8_string2_p, cesu8_string2_size); in ecma_append_chars_to_string()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dx509v3.c1656 const u8 *pos, *end, *hash_start; in x509_certificate_parse() local
1695 hash_start = pos; in x509_certificate_parse()
1696 cert->tbs_cert_start = cert->cert_start + (hash_start - buf); in x509_certificate_parse()
1701 cert->tbs_cert_len = pos - hash_start; in x509_certificate_parse()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dx509v3.c1730 const u8 *pos, *end, *hash_start; in x509_certificate_parse() local
1766 hash_start = pos; in x509_certificate_parse()
1767 cert->tbs_cert_start = cert->cert_start + (hash_start - buf); in x509_certificate_parse()
1772 cert->tbs_cert_len = pos - hash_start; in x509_certificate_parse()
/third_party/node/src/
H A Dnode_url.cc333 url_components_buffer_[7] = components.hash_start; in UpdateComponents()

Completed in 52 milliseconds