Home
last modified time | relevance | path

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

1234

/openssl/ssl/statem/
H A Dstatem_local.h65 typedef CON_FUNC_RETURN (*confunc_f) (SSL_CONNECTION *s, WPACKET *pkt);
77 WPACKET *pkt);
144 WPACKET *pkt);
157 WPACKET *pkt);
173 WPACKET *pkt);
206 WPACKET *pkt);
220 WPACKET *pkt);
382 EXT_RETURN tls_construct_stoc_etm(SSL_CONNECTION *s, WPACKET *pkt,
385 EXT_RETURN tls_construct_stoc_ems(SSL_CONNECTION *s, WPACKET *pkt,
405 EXT_RETURN tls_construct_stoc_psk(SSL_CONNECTION *s, WPACKET *pkt,
[all …]
H A Dextensions_clnt.c15 EXT_RETURN tls_construct_ctos_renegotiate(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_renegotiate()
62 EXT_RETURN tls_construct_ctos_server_name(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_server_name()
113 EXT_RETURN tls_construct_ctos_srp(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_srp()
324 EXT_RETURN tls_construct_ctos_sig_algs(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_sig_algs()
416 EXT_RETURN tls_construct_ctos_npn(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_npn()
438 EXT_RETURN tls_construct_ctos_alpn(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_alpn()
505 EXT_RETURN tls_construct_ctos_etm(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_etm()
522 EXT_RETURN tls_construct_ctos_sct(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_sct()
543 EXT_RETURN tls_construct_ctos_ems(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_ems()
746 EXT_RETURN tls_construct_ctos_cookie(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_cookie()
[all …]
H A Dextensions_srvr.c731 WPACKET hrrpkt; in tls_parse_ctos_cookie()
1286 EXT_RETURN tls_construct_stoc_renegotiate(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_stoc_renegotiate()
1310 EXT_RETURN tls_construct_stoc_server_name(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_stoc_server_name()
1356 EXT_RETURN tls_construct_stoc_ec_pt_formats(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_stoc_ec_pt_formats()
1552 EXT_RETURN tls_construct_stoc_use_srtp(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_stoc_use_srtp()
1573 EXT_RETURN tls_construct_stoc_etm(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_stoc_etm()
1603 EXT_RETURN tls_construct_stoc_ems(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_stoc_ems()
1639 EXT_RETURN tls_construct_stoc_key_share(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_stoc_key_share()
1775 EXT_RETURN tls_construct_stoc_cookie(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_stoc_cookie()
1931 EXT_RETURN tls_construct_stoc_early_data(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_stoc_early_data()
[all …]
/openssl/include/internal/
H 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 …]
H 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);
H A Dpacket.h653 typedef struct wpacket_st WPACKET; typedef
709 int WPACKET_init(WPACKET *pkt, BUF_MEM *buf);
722 int WPACKET_init_null_der(WPACKET *pkt);
750 int WPACKET_close(WPACKET *pkt);
756 int WPACKET_finish(WPACKET *pkt);
765 int WPACKET_fill_lengths(WPACKET *pkt);
791 int WPACKET_start_sub_packet(WPACKET *pkt);
925 int WPACKET_get_length(WPACKET *pkt, size_t *len);
931 unsigned char *WPACKET_get_curr(WPACKET *pkt);
934 int WPACKET_is_null_buf(WPACKET *pkt);
[all …]
H 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);
/openssl/crypto/
H A Dpacket.c174 int WPACKET_init(WPACKET *pkt, BUF_MEM *buf) in WPACKET_init()
189 int WPACKET_init_null_der(WPACKET *pkt) in WPACKET_init_null_der()
319 int WPACKET_fill_lengths(WPACKET *pkt) in WPACKET_fill_lengths()
334 int WPACKET_close(WPACKET *pkt) in WPACKET_close()
346 int WPACKET_finish(WPACKET *pkt) in WPACKET_finish()
400 int WPACKET_start_sub_packet(WPACKET *pkt) in WPACKET_start_sub_packet()
497 int WPACKET_get_length(WPACKET *pkt, size_t *len) in WPACKET_get_length()
508 unsigned char *WPACKET_get_curr(WPACKET *pkt) in WPACKET_get_curr()
521 int WPACKET_is_null_buf(WPACKET *pkt) in WPACKET_is_null_buf()
526 void WPACKET_cleanup(WPACKET *pkt) in WPACKET_cleanup()
[all …]
H A Dder_writer.c16 static int int_start_context(WPACKET *pkt, int tag) in int_start_context()
25 static int int_end_context(WPACKET *pkt, int tag) in int_end_context()
51 int ossl_DER_w_precompiled(WPACKET *pkt, int tag, in ossl_DER_w_precompiled()
60 int ossl_DER_w_boolean(WPACKET *pkt, int tag, int b) in ossl_DER_w_boolean()
70 int ossl_DER_w_octet_string(WPACKET *pkt, int tag, in ossl_DER_w_octet_string()
93 static int int_der_w_integer(WPACKET *pkt, int tag, in int_der_w_integer()
128 int ossl_DER_w_uint32(WPACKET *pkt, int tag, uint32_t v) in ossl_DER_w_uint32()
133 static int int_put_bytes_bn(WPACKET *pkt, const void *v, in int_put_bytes_bn()
161 int ossl_DER_w_null(WPACKET *pkt, int tag) in ossl_DER_w_null()
171 int ossl_DER_w_begin_sequence(WPACKET *pkt, int tag) in ossl_DER_w_begin_sequence()
[all …]
H A Dasn1_dsa.c39 int ossl_encode_der_length(WPACKET *pkt, size_t cont_len) in ossl_encode_der_length()
66 int ossl_encode_der_integer(WPACKET *pkt, const BIGNUM *n) in ossl_encode_der_integer()
106 int ossl_encode_der_dsa_sig(WPACKET *pkt, const BIGNUM *r, const BIGNUM *s) in ossl_encode_der_dsa_sig()
108 WPACKET tmppkt, *dummypkt; in ossl_encode_der_dsa_sig()
/openssl/test/
H A Dquic_wire_test.c16 int (*serializer)(WPACKET *pkt);
28 static int encode_case_1_enc(WPACKET *pkt) in encode_case_1_enc()
53 static int encode_case_2_enc(WPACKET *pkt) in encode_case_2_enc()
88 static int encode_case_3_enc(WPACKET *pkt) in encode_case_3_enc()
174 static int encode_case_4_enc(WPACKET *pkt) in encode_case_4_enc()
211 static int encode_case_5_enc(WPACKET *pkt) in encode_case_5_enc()
251 static int encode_case_6_enc(WPACKET *pkt) in encode_case_6_enc()
296 static int encode_case_7_enc(WPACKET *pkt) in encode_case_7_enc()
341 static int encode_case_8_enc(WPACKET *pkt) in encode_case_8_enc()
403 static int encode_case_9_enc(WPACKET *pkt) in encode_case_9_enc()
[all …]
H A Dwpackettest.c59 static int cleanup(WPACKET *pkt) in cleanup()
67 WPACKET pkt; in test_WPACKET_init()
143 WPACKET pkt; in test_WPACKET_set_max_size()
190 WPACKET pkt; in test_WPACKET_start_sub_packet()
272 WPACKET pkt; in test_WPACKET_set_flags()
332 WPACKET pkt; in test_WPACKET_allocate_bytes()
362 WPACKET pkt; in test_WPACKET_memcpy()
386 WPACKET pkt; in test_WPACKET_init_der()
459 WPACKET pkt; in test_WPACKET_quic()
586 WPACKET pkt; in test_WPACKET_quic_vlint_random()
/openssl/providers/common/der/
H A Dder_ecx_key.c14 int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec) in ossl_DER_w_algorithmIdentifier_X25519()
23 int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec) in ossl_DER_w_algorithmIdentifier_X448()
32 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec) in ossl_DER_w_algorithmIdentifier_ED25519()
41 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec) in ossl_DER_w_algorithmIdentifier_ED448()
H A Dder_rsa_key.c247 static int DER_w_MaskGenAlgorithm(WPACKET *pkt, int tag, in DER_w_MaskGenAlgorithm()
283 int ossl_DER_w_RSASSA_PSS_params(WPACKET *pkt, int tag, in ossl_DER_w_RSASSA_PSS_params()
367 int ossl_DER_w_algorithmIdentifier_RSA_PSS(WPACKET *pkt, int tag, in ossl_DER_w_algorithmIdentifier_RSA_PSS()
393 int ossl_DER_w_algorithmIdentifier_RSA(WPACKET *pkt, int tag, RSA *rsa) in ossl_DER_w_algorithmIdentifier_RSA()
/openssl/ssl/quic/
H A Dquic_wire.c50 int ossl_quic_wire_encode_frame_ping(WPACKET *pkt) in ossl_quic_wire_encode_frame_ping()
55 int ossl_quic_wire_encode_frame_ack(WPACKET *pkt, in ossl_quic_wire_encode_frame_ack()
103 int ossl_quic_wire_encode_frame_reset_stream(WPACKET *pkt, in ossl_quic_wire_encode_frame_reset_stream()
115 int ossl_quic_wire_encode_frame_stop_sending(WPACKET *pkt, in ossl_quic_wire_encode_frame_stop_sending()
126 int ossl_quic_wire_encode_frame_crypto_hdr(WPACKET *pkt, in ossl_quic_wire_encode_frame_crypto_hdr()
150 void *ossl_quic_wire_encode_frame_crypto(WPACKET *pkt, in ossl_quic_wire_encode_frame_crypto()
166 int ossl_quic_wire_encode_frame_new_token(WPACKET *pkt, in ossl_quic_wire_encode_frame_new_token()
178 int ossl_quic_wire_encode_frame_stream_hdr(WPACKET *pkt, in ossl_quic_wire_encode_frame_stream_hdr()
231 void *ossl_quic_wire_encode_frame_stream(WPACKET *pkt, in ossl_quic_wire_encode_frame_stream()
250 int ossl_quic_wire_encode_frame_max_data(WPACKET *pkt, in ossl_quic_wire_encode_frame_max_data()
[all …]
/openssl/providers/common/include/prov/
H A Dder_ecx.h.in22 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec);
23 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec);
24 int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec);
25 int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec);
H A Dder_rsa.h.in24 int ossl_DER_w_RSASSA_PSS_params(WPACKET *pkt, int tag,
27 int ossl_DER_w_algorithmIdentifier_RSA(WPACKET *pkt, int tag, RSA *rsa);
28 int ossl_DER_w_algorithmIdentifier_RSA_PSS(WPACKET *pkt, int tag,
32 int ossl_DER_w_algorithmIdentifier_MDWithRSAEncryption(WPACKET *pkt, int tag,
H A Dder_sm2.h.in23 int ossl_DER_w_algorithmIdentifier_SM2(WPACKET *pkt, int cont, EC_KEY *ec);
25 int ossl_DER_w_algorithmIdentifier_SM2_with_MD(WPACKET *pkt, int cont,
H A Dder_ec.h.in23 int ossl_DER_w_algorithmIdentifier_EC(WPACKET *pkt, int cont, EC_KEY *ec);
25 int ossl_DER_w_algorithmIdentifier_ECDSA_with_MD(WPACKET *pkt, int cont,
H A Dder_dsa.h.in22 int ossl_DER_w_algorithmIdentifier_DSA(WPACKET *pkt, int tag, DSA *dsa);
24 int ossl_DER_w_algorithmIdentifier_DSA_with_MD(WPACKET *pkt, int tag,
/openssl/doc/internal/man3/
H A Dossl_DER_w_bn.pod13 int ossl_DER_w_boolean(WPACKET *pkt, int tag, int b);
14 int ossl_DER_w_uint32(WPACKET *pkt, int tag, uint32_t v);
15 int ossl_DER_w_bn(WPACKET *pkt, int tag, const BIGNUM *v);
16 int ossl_DER_w_null(WPACKET *pkt, int tag);
17 int ossl_DER_w_octet_string(WPACKET *pkt, int tag,
19 int ossl_DER_w_octet_string_uint32(WPACKET *pkt, int tag, uint32_t value);
H A Dossl_DER_w_begin_sequence.pod12 int ossl_DER_w_begin_sequence(WPACKET *pkt, int tag);
13 int ossl_DER_w_end_sequence(WPACKET *pkt, int tag);
/openssl/include/crypto/
H 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);
/openssl/ssl/record/methods/
H A Drecmethod_local.h164 WPACKET *pkt,
180 WPACKET *thispkt,
190 WPACKET *thispkt,
200 WPACKET *thispkt,
422 WPACKET *thispkt,
429 WPACKET *thispkt,
494 WPACKET *pkt,
504 WPACKET *pkt,
508 WPACKET *thispkt,
514 WPACKET *thispkt,
[all …]
/openssl/util/
H A Dmissingcrypto-internal.txt1 WPACKET(3)

Completed in 69 milliseconds

1234