OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hashprefix
(Results
1 - 6
of
6
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/ssl/statem/
extensions.c
1577
PACKET
hashprefix
, msg;
local
1580
if (!PACKET_buf_init(&
hashprefix
, hdata, hdatalen)
1581
|| !PACKET_forward(&
hashprefix
, 1)
1582
|| !PACKET_get_length_prefixed_3(&
hashprefix
, &msg)
1583
|| !PACKET_forward(&
hashprefix
, 1)
1584
|| !PACKET_get_length_prefixed_3(&
hashprefix
, &msg)) {
1588
hdatalen -= PACKET_remaining(&
hashprefix
);
extensions.c
1577
PACKET
hashprefix
, msg;
local
1580
if (!PACKET_buf_init(&
hashprefix
, hdata, hdatalen)
1581
|| !PACKET_forward(&
hashprefix
, 1)
1582
|| !PACKET_get_length_prefixed_3(&
hashprefix
, &msg)
1583
|| !PACKET_forward(&
hashprefix
, 1)
1584
|| !PACKET_get_length_prefixed_3(&
hashprefix
, &msg)) {
1588
hdatalen -= PACKET_remaining(&
hashprefix
);
/src/crypto/external/bsd/openssl.old/dist/ssl/statem/
extensions.c
1588
PACKET
hashprefix
, msg;
local
1591
if (!PACKET_buf_init(&
hashprefix
, hdata, hdatalen)
1592
|| !PACKET_forward(&
hashprefix
, 1)
1593
|| !PACKET_get_length_prefixed_3(&
hashprefix
, &msg)
1594
|| !PACKET_forward(&
hashprefix
, 1)
1595
|| !PACKET_get_length_prefixed_3(&
hashprefix
, &msg)) {
1600
hdatalen -= PACKET_remaining(&
hashprefix
);
extensions.c
1588
PACKET
hashprefix
, msg;
local
1591
if (!PACKET_buf_init(&
hashprefix
, hdata, hdatalen)
1592
|| !PACKET_forward(&
hashprefix
, 1)
1593
|| !PACKET_get_length_prefixed_3(&
hashprefix
, &msg)
1594
|| !PACKET_forward(&
hashprefix
, 1)
1595
|| !PACKET_get_length_prefixed_3(&
hashprefix
, &msg)) {
1600
hdatalen -= PACKET_remaining(&
hashprefix
);
/src/crypto/external/apache2/openssl/dist/ssl/statem/
extensions.c
1569
PACKET
hashprefix
, msg;
local
1572
if (!PACKET_buf_init(&
hashprefix
, hdata, hdatalen)
1573
|| !PACKET_forward(&
hashprefix
, 1)
1574
|| !PACKET_get_length_prefixed_3(&
hashprefix
, &msg)
1575
|| !PACKET_forward(&
hashprefix
, 1)
1576
|| !PACKET_get_length_prefixed_3(&
hashprefix
, &msg)) {
1580
hdatalen -= PACKET_remaining(&
hashprefix
);
extensions.c
1569
PACKET
hashprefix
, msg;
local
1572
if (!PACKET_buf_init(&
hashprefix
, hdata, hdatalen)
1573
|| !PACKET_forward(&
hashprefix
, 1)
1574
|| !PACKET_get_length_prefixed_3(&
hashprefix
, &msg)
1575
|| !PACKET_forward(&
hashprefix
, 1)
1576
|| !PACKET_get_length_prefixed_3(&
hashprefix
, &msg)) {
1580
hdatalen -= PACKET_remaining(&
hashprefix
);
Completed in 47 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026