Home
last modified time | relevance | path

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

/openssl/crypto/
H A Dpacket.c73 if (pkt->endfirst && *allocbytes != NULL) in WPACKET_reserve_bytes()
83 if (pkt->endfirst && lenbytes > 0) in WPACKET_sub_reserve_bytes__()
141 pkt->endfirst = 0; in WPACKET_init_static_len()
155 pkt->endfirst = 1; in WPACKET_init_der()
169 pkt->endfirst = 0; in WPACKET_init_len()
184 pkt->endfirst = 0; in WPACKET_init_null()
194 pkt->endfirst = 1; in WPACKET_init_null_der()
293 } else if (pkt->endfirst && sub->parent != NULL in wpacket_intern_close()
376 if (lenbytes > 0 && pkt->endfirst) in WPACKET_start_sub_packet_len__()
515 if (pkt->endfirst) in WPACKET_get_curr()
/openssl/include/internal/
H A Dpacket.h677 unsigned int endfirst : 1; member

Completed in 11 milliseconds