Home
last modified time | relevance | path

Searched refs:endfirst (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/crypto/
Dpacket.c70 if (pkt->endfirst && *allocbytes != NULL) in WPACKET_reserve_bytes()
80 if (pkt->endfirst && lenbytes > 0) in WPACKET_sub_reserve_bytes__()
140 pkt->endfirst = 0; in WPACKET_init_static_len()
154 pkt->endfirst = 1; in WPACKET_init_der()
168 pkt->endfirst = 0; in WPACKET_init_len()
183 pkt->endfirst = 0; in WPACKET_init_null()
193 pkt->endfirst = 1; in WPACKET_init_null_der()
268 } else if (pkt->endfirst && sub->parent != NULL in wpacket_intern_close()
351 if (lenbytes > 0 && pkt->endfirst) in WPACKET_start_sub_packet_len__()
492 if (pkt->endfirst) in WPACKET_get_curr()
/third_party/openssl/include/internal/
Dpacket.h677 unsigned int endfirst : 1; member