Lines Matching refs:WPACKET
16 static int int_start_context(WPACKET *pkt, int tag)
25 static int int_end_context(WPACKET *pkt, int tag)
51 int ossl_DER_w_precompiled(WPACKET *pkt, int tag,
60 int ossl_DER_w_boolean(WPACKET *pkt, int tag, int b)
70 int ossl_DER_w_octet_string(WPACKET *pkt, int tag,
81 int ossl_DER_w_octet_string_uint32(WPACKET *pkt, int tag, uint32_t value)
93 static int int_der_w_integer(WPACKET *pkt, int tag,
94 int (*put_bytes)(WPACKET *pkt, const void *v,
109 static int int_put_bytes_uint32(WPACKET *pkt, const void *v,
128 int ossl_DER_w_uint32(WPACKET *pkt, int tag, uint32_t v)
133 static int int_put_bytes_bn(WPACKET *pkt, const void *v,
151 int ossl_DER_w_bn(WPACKET *pkt, int tag, const BIGNUM *v)
161 int ossl_DER_w_null(WPACKET *pkt, int tag)
171 int ossl_DER_w_begin_sequence(WPACKET *pkt, int tag)
177 int ossl_DER_w_end_sequence(WPACKET *pkt, int tag)