Home
last modified time | relevance | path

Searched refs:rawlen (Results 1 - 3 of 3) sorted by relevance

/third_party/curl/lib/
H A Dbase64.c84 size_t rawlen = 0; in Curl_base64_decode() local
111 rawlen = (numQuantums * 3) - padding; in Curl_base64_decode()
114 newstr = malloc(rawlen + 1); in Curl_base64_decode()
180 *outlen = rawlen; in Curl_base64_decode()
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dextensions_srvr.c699 size_t rawlen, hmaclen, hrrlen, ciphlen; in tls_parse_ctos_cookie() local
714 rawlen = PACKET_remaining(&raw); in tls_parse_ctos_cookie()
715 if (rawlen < SHA256_DIGEST_LENGTH in tls_parse_ctos_cookie()
716 || !PACKET_forward(&raw, rawlen - SHA256_DIGEST_LENGTH)) { in tls_parse_ctos_cookie()
739 rawlen - SHA256_DIGEST_LENGTH) <= 0 in tls_parse_ctos_cookie()
866 || !WPACKET_sub_memcpy_u16(&hrrpkt, data, rawlen) in tls_parse_ctos_cookie()
/third_party/openssl/ssl/statem/
H A Dextensions_srvr.c699 size_t rawlen, hmaclen, hrrlen, ciphlen; in tls_parse_ctos_cookie() local
714 rawlen = PACKET_remaining(&raw); in tls_parse_ctos_cookie()
715 if (rawlen < SHA256_DIGEST_LENGTH in tls_parse_ctos_cookie()
716 || !PACKET_forward(&raw, rawlen - SHA256_DIGEST_LENGTH)) { in tls_parse_ctos_cookie()
739 rawlen - SHA256_DIGEST_LENGTH) <= 0 in tls_parse_ctos_cookie()
866 || !WPACKET_sub_memcpy_u16(&hrrpkt, data, rawlen) in tls_parse_ctos_cookie()

Completed in 6 milliseconds