Home
last modified time | relevance | path

Searched defs:type (Results 151 – 175 of 220) sorted by path

123456789

/openssl/include/openssl/
H A Dtls1.h273 # define SSL_set_tlsext_status_type(ssl, type) \ argument
322 # define SSL_CTX_set_tlsext_status_type(ssl, type) \ argument
H A Dx509.h.in241 ASN1_OBJECT *type; member
H A Dx509_vfy.h.in182 # define X509_LOOKUP_load_file(x,name,type) \ argument
185 # define X509_LOOKUP_add_dir(x,name,type) \ argument
194 # define X509_LOOKUP_load_file_ex(x, name, type, libctx, propq) \ argument
H A Dx509v3.h.in154 int type; member
196 int type; member
802 int type; member
819 int type; member
843 int type; member
860 int type; member
/openssl/providers/fips/
H A Dself_test.c382 void ossl_set_error_state(const char *type) in ossl_set_error_state()
/openssl/providers/implementations/ciphers/
H A Dcipher_des.c151 #define IMPLEMENT_des_cipher(type, lcmode, UCMODE, flags, \ argument
H A Dcipher_rc2.c124 ASN1_TYPE *type; in rc2_get_ctx_params() local
181 ASN1_TYPE *type = NULL; in rc2_set_ctx_params() local
H A Dcipher_tdes.h31 #define IMPLEMENT_tdes_cipher(type, UCTYPE, lcmode, UCMODE, flags, \ argument
82 #define PROV_CIPHER_HW_tdes_mode(type, mode) \ argument
/openssl/providers/implementations/encode_decode/
H A Ddecode_der2key.c722 #define MAKE_DECODER(keytype_name, keytype, type, kind) \ argument
H A Ddecode_msblob2key.c39 int type; /* EVP key type */ member
H A Ddecode_pvk2key.c40 int type; /* EVP key type */ member
H A Dencode_key2any.c68 static void free_asn1_data(int type, void *data) in free_asn1_data()
530 int type = in dh_check_key_type() local
1036 const void *key, int type, const char *pemname, in key2any_encode()
1065 #define DO_PRIVATE_KEY(impl, type, kind, output) \ argument
1075 #define DO_PUBLIC_KEY(impl, type, kind, output) \ argument
1085 #define DO_PARAMETERS(impl, type, kind, output) \ argument
1191 #define DO_DSA(impl, type, output) DO_type_specific(impl, type, output) argument
1201 #define DO_PKCS1(impl, type, output) DO_RSA(impl, type, output) argument
1205 #define DO_PKCS3(impl, type, output) DO_DH(impl, type, output) argument
1208 #define DO_X9_42(impl, type, output) DO_DHX(impl, type, output) argument
[all …]
H A Dencode_key2blob.c121 #define MAKE_BLOB_ENCODER(impl, type, selection_name) \ argument
H A Dencode_key2ms.c179 #define MAKE_MS_ENCODER(impl, output, type) \ argument
H A Dencode_key2text.c827 #define MAKE_TEXT_ENCODER(impl, type) \ argument
/openssl/providers/implementations/include/prov/
H A Dciphercommon.h30 # define PROV_CIPHER_FUNC(type, name, args) typedef type (* OSSL_##name##_fn)args argument
/openssl/providers/implementations/kdfs/
H A Dsshkdf.c49 char type; /* X */ member
257 char type, unsigned char *okey, size_t okey_len) in SSHKDF()
/openssl/providers/implementations/keymgmt/
H A Ddh_kmgmt.c79 static int dh_gen_type_name2id_w_default(const char *name, int type) in dh_gen_type_name2id_w_default()
442 const OSSL_PARAM params[], int type) in dh_gen_init_base()
H A Decx_kmgmt.c79 ECX_KEY_TYPE type; member
473 const OSSL_PARAM params[], ECX_KEY_TYPE type) in ecx_gen_init()
719 static int ecx_key_pairwise_check(const ECX_KEY *ecx, int type) in ecx_key_pairwise_check()
746 static int ecx_validate(const void *keydata, int selection, int type, size_t keylen) in ecx_validate()
/openssl/providers/implementations/storemgmt/
H A Dfile_store.c72 } type; member
124 static struct file_ctx_st *new_file_ctx(int type, const char *uri, in new_file_ctx()
/openssl/providers/
H A Dprov_running.c14 void ossl_set_error_state(const char *type) in ossl_set_error_state()
/openssl/ssl/
H A Dd1_msg.c12 int dtls1_write_app_data_bytes(SSL *s, int type, const void *buf_, size_t len, in dtls1_write_app_data_bytes()
H A Devent_queue.c95 void ossl_event_set(OSSL_EVENT *event, uint32_t type, uint32_t priority, in ossl_event_set()
108 uint32_t type, uint32_t priority, in ossl_event_queue_add_new()
125 uint32_t type, uint32_t priority, in ossl_event_queue_add()
/openssl/ssl/quic/
H A Dquic_wire.c368 int ossl_quic_wire_peek_frame_header(PACKET *pkt, uint64_t *type) in ossl_quic_wire_peek_frame_header()
373 int ossl_quic_wire_skip_frame_header(PACKET *pkt, uint64_t *type) in ossl_quic_wire_skip_frame_header()
/openssl/ssl/record/methods/
H A Dtls_common.c448 unsigned int type; in tls_get_more_records() local
938 int *type, unsigned char **data, size_t *datalen, in tls_read_record()

Completed in 107 milliseconds

123456789