Home
last modified time | relevance | path

Searched refs:WPACKET (Results 1 - 25 of 368) sorted by relevance

12345678910>>...15

/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_local.h62 typedef int (*confunc_f) (SSL *s, WPACKET *pkt);
72 int construct_ca_names(SSL *s, const STACK_OF(X509_NAME) *ca_sk, WPACKET *pkt);
83 int ossl_statem_client_construct_message(SSL *s, WPACKET *pkt,
96 int ossl_statem_server_construct_message(SSL *s, WPACKET *pkt,
116 __owur int tls_construct_change_cipher_spec(SSL *s, WPACKET *pkt);
117 __owur int dtls_construct_change_cipher_spec(SSL *s, WPACKET *pkt);
119 __owur int tls_construct_finished(SSL *s, WPACKET *pkt);
120 __owur int tls_construct_key_update(SSL *s, WPACKET *pkt);
127 __owur int tls_construct_client_hello(SSL *s, WPACKET *pkt);
134 __owur int tls_construct_cert_verify(SSL *s, WPACKET *pk
[all...]
/third_party/openssl/ssl/statem/
H A Dstatem_local.h62 typedef int (*confunc_f) (SSL *s, WPACKET *pkt);
72 int construct_ca_names(SSL *s, const STACK_OF(X509_NAME) *ca_sk, WPACKET *pkt);
83 int ossl_statem_client_construct_message(SSL *s, WPACKET *pkt,
96 int ossl_statem_server_construct_message(SSL *s, WPACKET *pkt,
112 __owur int tls_construct_change_cipher_spec(SSL *s, WPACKET *pkt);
113 __owur int dtls_construct_change_cipher_spec(SSL *s, WPACKET *pkt);
115 __owur int tls_construct_finished(SSL *s, WPACKET *pkt);
116 __owur int tls_construct_key_update(SSL *s, WPACKET *pkt);
123 __owur int tls_construct_client_hello(SSL *s, WPACKET *pkt);
130 __owur int tls_construct_cert_verify(SSL *s, WPACKET *pk
[all...]
/third_party/node/deps/openssl/openssl/crypto/
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()
81 int ossl_DER_w_octet_string_uint32(WPACKET *pkt, int tag, uint32_t value) in ossl_DER_w_octet_string_uint32()
93 static int int_der_w_integer(WPACKET *pkt, int tag, in int_der_w_integer()
94 int (*put_bytes)(WPACKET *pkt, const void *v, in int_der_w_integer()
109 static int int_put_bytes_uint32(WPACKET *pkt, const void *v, in int_put_bytes_uint32()
128 int ossl_DER_w_uint32(WPACKET *pk
[all...]
H A Dpacket.c16 int WPACKET_allocate_bytes(WPACKET *pkt, size_t len, unsigned char **allocbytes) in WPACKET_allocate_bytes()
26 int WPACKET_sub_allocate_bytes__(WPACKET *pkt, size_t len, in WPACKET_sub_allocate_bytes__()
43 int WPACKET_reserve_bytes(WPACKET *pkt, size_t len, unsigned char **allocbytes) in WPACKET_reserve_bytes()
77 int WPACKET_sub_reserve_bytes__(WPACKET *pkt, size_t len, in WPACKET_sub_reserve_bytes__()
100 static int wpacket_intern_init_len(WPACKET *pkt, size_t lenbytes) in wpacket_intern_init_len()
128 int WPACKET_init_static_len(WPACKET *pkt, unsigned char *buf, size_t len, in WPACKET_init_static_len()
145 int WPACKET_init_der(WPACKET *pkt, unsigned char *buf, size_t len) in WPACKET_init_der()
159 int WPACKET_init_len(WPACKET *pkt, BUF_MEM *buf, size_t lenbytes) in WPACKET_init_len()
173 int WPACKET_init(WPACKET *pkt, BUF_MEM *buf) in WPACKET_init()
178 int WPACKET_init_null(WPACKET *pk
[all...]
/third_party/openssl/crypto/
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()
81 int ossl_DER_w_octet_string_uint32(WPACKET *pkt, int tag, uint32_t value) in ossl_DER_w_octet_string_uint32()
93 static int int_der_w_integer(WPACKET *pkt, int tag, in int_der_w_integer()
94 int (*put_bytes)(WPACKET *pkt, const void *v, in int_der_w_integer()
109 static int int_put_bytes_uint32(WPACKET *pkt, const void *v, in int_put_bytes_uint32()
128 int ossl_DER_w_uint32(WPACKET *pk
[all...]
H A Dpacket.c16 int WPACKET_allocate_bytes(WPACKET *pkt, size_t len, unsigned char **allocbytes) in WPACKET_allocate_bytes()
26 int WPACKET_sub_allocate_bytes__(WPACKET *pkt, size_t len, in WPACKET_sub_allocate_bytes__()
43 int WPACKET_reserve_bytes(WPACKET *pkt, size_t len, unsigned char **allocbytes) in WPACKET_reserve_bytes()
77 int WPACKET_sub_reserve_bytes__(WPACKET *pkt, size_t len, in WPACKET_sub_reserve_bytes__()
100 static int wpacket_intern_init_len(WPACKET *pkt, size_t lenbytes) in wpacket_intern_init_len()
128 int WPACKET_init_static_len(WPACKET *pkt, unsigned char *buf, size_t len, in WPACKET_init_static_len()
145 int WPACKET_init_der(WPACKET *pkt, unsigned char *buf, size_t len) in WPACKET_init_der()
159 int WPACKET_init_len(WPACKET *pkt, BUF_MEM *buf, size_t lenbytes) in WPACKET_init_len()
173 int WPACKET_init(WPACKET *pkt, BUF_MEM *buf) in WPACKET_init()
178 int WPACKET_init_null(WPACKET *pk
[all...]
/third_party/node/deps/openssl/openssl/include/internal/
H A Dder.h72 int ossl_DER_w_precompiled(WPACKET *pkt, int tag,
76 int ossl_DER_w_boolean(WPACKET *pkt, int tag, int b);
77 int ossl_DER_w_uint32(WPACKET *pkt, int tag, uint32_t v);
78 int ossl_DER_w_bn(WPACKET *pkt, int tag, const BIGNUM *v);
79 int ossl_DER_w_null(WPACKET *pkt, int tag);
80 int ossl_DER_w_octet_string(WPACKET *pkt, int tag,
82 int ossl_DER_w_octet_string_uint32(WPACKET *pkt, int tag, uint32_t value);
87 int ossl_DER_w_begin_sequence(WPACKET *pkt, int tag);
88 int ossl_DER_w_end_sequence(WPACKET *pkt, int tag);
H A Dpacket.h638 * Offset into the buffer where the length of this WPACKET goes. We use an
653 typedef struct wpacket_st WPACKET; typedef
670 /* Maximum number of bytes we will allow to be written to this WPACKET */
685 /* Error on WPACKET_close() if no data written to the WPACKET */
689 * Abandon all changes on WPACKET_close() if no data written to the WPACKET,
696 * Initialise a WPACKET with the buffer in |buf|. The buffer must exist
697 * for the whole time that the WPACKET is being used. Additionally |lenbytes| of
699 * WPACKET once we know it.
701 int WPACKET_init_len(WPACKET *pkt, BUF_MEM *buf, size_t lenbytes);
704 * Same as WPACKET_init_len except there is no preallocation of the WPACKET
[all...]
/third_party/openssl/include/internal/
H A Dder.h72 int ossl_DER_w_precompiled(WPACKET *pkt, int tag,
76 int ossl_DER_w_boolean(WPACKET *pkt, int tag, int b);
77 int ossl_DER_w_uint32(WPACKET *pkt, int tag, uint32_t v);
78 int ossl_DER_w_bn(WPACKET *pkt, int tag, const BIGNUM *v);
79 int ossl_DER_w_null(WPACKET *pkt, int tag);
80 int ossl_DER_w_octet_string(WPACKET *pkt, int tag,
82 int ossl_DER_w_octet_string_uint32(WPACKET *pkt, int tag, uint32_t value);
87 int ossl_DER_w_begin_sequence(WPACKET *pkt, int tag);
88 int ossl_DER_w_end_sequence(WPACKET *pkt, int tag);
H A Dpacket.h638 * Offset into the buffer where the length of this WPACKET goes. We use an
653 typedef struct wpacket_st WPACKET; typedef
670 /* Maximum number of bytes we will allow to be written to this WPACKET */
685 /* Error on WPACKET_close() if no data written to the WPACKET */
689 * Abandon all changes on WPACKET_close() if no data written to the WPACKET,
696 * Initialise a WPACKET with the buffer in |buf|. The buffer must exist
697 * for the whole time that the WPACKET is being used. Additionally |lenbytes| of
699 * WPACKET once we know it.
701 int WPACKET_init_len(WPACKET *pkt, BUF_MEM *buf, size_t lenbytes);
704 * Same as WPACKET_init_len except there is no preallocation of the WPACKET
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/providers/common/include/prov/
H A Dder_ecx.h47 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec);
48 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec);
49 int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec);
50 int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/providers/common/include/prov/
H A Dder_ecx.h47 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec);
48 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec);
49 int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec);
50 int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec);
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/providers/common/include/prov/
H A Dder_ecx.h47 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec);
48 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec);
49 int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec);
50 int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/providers/common/include/prov/
H A Dder_ecx.h47 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec);
48 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec);
49 int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec);
50 int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/providers/common/include/prov/
H A Dder_ecx.h47 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec);
48 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec);
49 int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec);
50 int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/providers/common/include/prov/
H A Dder_ecx.h47 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec);
48 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec);
49 int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec);
50 int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/providers/common/include/prov/
H A Dder_ecx.h47 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec);
48 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec);
49 int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec);
50 int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec);
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/providers/common/include/prov/
H A Dder_ecx.h47 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec);
48 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec);
49 int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec);
50 int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec);
/third_party/node/deps/openssl/config/archs/linux-elf/asm/providers/common/include/prov/
H A Dder_ecx.h47 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec);
48 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec);
49 int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec);
50 int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/providers/common/include/prov/
H A Dder_ecx.h47 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec);
48 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec);
49 int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec);
50 int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/providers/common/include/prov/
H A Dder_ecx.h47 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec);
48 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec);
49 int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec);
50 int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec);
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/providers/common/include/prov/
H A Dder_ecx.h47 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec);
48 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec);
49 int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec);
50 int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/providers/common/include/prov/
H A Dder_ecx.h47 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec);
48 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec);
49 int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec);
50 int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/providers/common/include/prov/
H A Dder_ecx.h47 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec);
48 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec);
49 int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec);
50 int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec);
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/providers/common/include/prov/
H A Dder_ecx.h47 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec);
48 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec);
49 int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec);
50 int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec);

Completed in 8 milliseconds

12345678910>>...15