Home
last modified time | relevance | path

Searched refs:WPACKET (Results 1 – 6 of 6) sorted by relevance

/include/internal/
A Dder.h76 int ossl_DER_w_precompiled(WPACKET *pkt, int tag,
80 int ossl_DER_w_boolean(WPACKET *pkt, int tag, int b);
81 int ossl_DER_w_uint32(WPACKET *pkt, int tag, uint32_t v);
82 int ossl_DER_w_bn(WPACKET *pkt, int tag, const BIGNUM *v);
83 int ossl_DER_w_null(WPACKET *pkt, int tag);
84 int ossl_DER_w_octet_string(WPACKET *pkt, int tag,
86 int ossl_DER_w_octet_string_uint32(WPACKET *pkt, int tag, uint32_t value);
91 int ossl_DER_w_begin_sequence(WPACKET *pkt, int tag);
92 int ossl_DER_w_end_sequence(WPACKET *pkt, int tag);
A Dquic_wire.h244 int ossl_quic_wire_encode_frame_ping(WPACKET *pkt);
260 int ossl_quic_wire_encode_frame_ack(WPACKET *pkt,
284 int ossl_quic_wire_encode_frame_crypto_hdr(WPACKET *hdr,
302 void *ossl_quic_wire_encode_frame_crypto(WPACKET *pkt,
308 int ossl_quic_wire_encode_frame_new_token(WPACKET *pkt,
327 int ossl_quic_wire_encode_frame_stream_hdr(WPACKET *pkt,
347 void *ossl_quic_wire_encode_frame_stream(WPACKET *pkt,
353 int ossl_quic_wire_encode_frame_max_data(WPACKET *pkt,
370 int ossl_quic_wire_encode_frame_max_streams(WPACKET *pkt,
404 int ossl_quic_wire_encode_frame_new_conn_id(WPACKET *pkt,
[all …]
A Dpacket.h672 typedef struct wpacket_st WPACKET; typedef
728 int WPACKET_init(WPACKET *pkt, BUF_MEM *buf);
741 int WPACKET_init_null_der(WPACKET *pkt);
769 int WPACKET_close(WPACKET *pkt);
775 int WPACKET_finish(WPACKET *pkt);
784 int WPACKET_fill_lengths(WPACKET *pkt);
810 int WPACKET_start_sub_packet(WPACKET *pkt);
944 int WPACKET_get_length(WPACKET *pkt, size_t *len);
950 unsigned char *WPACKET_get_curr(WPACKET *pkt);
953 int WPACKET_is_null_buf(WPACKET *pkt);
[all …]
A Dpacket_quic.h124 __owur int WPACKET_start_quic_sub_packet(WPACKET *pkt);
133 __owur int WPACKET_start_quic_sub_packet_bound(WPACKET *pkt, size_t max_len);
141 __owur int WPACKET_quic_sub_allocate_bytes(WPACKET *pkt, size_t len,
147 __owur int WPACKET_quic_write_vlint(WPACKET *pkt, uint64_t v);
A Dquic_wire_pkt.h521 int ossl_quic_wire_encode_pkt_hdr(WPACKET *pkt,
/include/crypto/
A Dasn1_dsa.h16 int ossl_encode_der_length(WPACKET *pkt, size_t cont_len);
17 int ossl_encode_der_integer(WPACKET *pkt, const BIGNUM *n);
18 int ossl_encode_der_dsa_sig(WPACKET *pkt, const BIGNUM *r, const BIGNUM *s);

Completed in 16 milliseconds