Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 257) sorted by relevance

1234567891011

/openssl/include/internal/
H A Dsafe_math.h32 # define OSSL_SAFE_MATH_ADDS(type_name, type, min, max) \ argument
45 # define OSSL_SAFE_MATH_ADDU(type_name, type, max) \ argument
73 # define OSSL_SAFE_MATH_ADDU(type_name, type, max) \ argument
118 # define OSSL_SAFE_MATH_SUBU(type_name, type) \ argument
145 # define OSSL_SAFE_MATH_MULU(type_name, type, max) \ argument
211 # define OSSL_SAFE_MATH_DIVU(type_name, type, max) \ argument
241 # define OSSL_SAFE_MATH_MODU(type_name, type) \ argument
265 # define OSSL_SAFE_MATH_NEGU(type_name, type) \ argument
288 # define OSSL_SAFE_MATH_ABSU(type_name, type) \ argument
409 # define OSSL_SAFE_MATH_MAXU(type) (~(type)0) argument
[all …]
H A Dpriority_queue.h17 # define PRIORITY_QUEUE_OF(type) OSSL_PRIORITY_QUEUE_ ## type argument
19 # define DEFINE_PRIORITY_QUEUE_OF_INTERNAL(type, ctype) \ argument
72 # define DEFINE_PRIORITY_QUEUE_OF(type) \ argument
H A Dlist.h55 # define OSSL_LIST_MEMBER(name, type) \ argument
61 # define DECLARE_LIST_OF(name, type) \ argument
68 # define DEFINE_LIST_OF_IMPL(name, type) \ argument
199 # define DEFINE_LIST_OF(name, type) \ argument
/openssl/include/openssl/
H A Dpem.h179 # define IMPLEMENT_PEM_write(name, type, str, asn1) \ argument
199 # define IMPLEMENT_PEM_read(name, type, str, asn1) \ argument
203 # define IMPLEMENT_PEM_rw(name, type, str, asn1) \ argument
213 # define IMPLEMENT_PEM_rw_cb(name, type, str, asn1) \ argument
315 # define DECLARE_PEM_write(name, type) \ argument
317 # define DECLARE_PEM_write_ex(name, type) \ argument
352 # define DECLARE_PEM_rw(name, type) \ argument
354 # define DECLARE_PEM_rw_ex(name, type) \ argument
360 # define DECLARE_PEM_rw_const(name, type) \ argument
369 # define DECLARE_PEM_rw_cb(name, type) \ argument
[all …]
H A Dasn1.h.in165 int type; member
310 # define CHECKED_D2I_OF(type, d2i) \ argument
312 # define CHECKED_I2D_OF(type, i2d) \ argument
314 # define CHECKED_NEW_OF(type, xnew) \ argument
316 # define CHECKED_PTR_OF(type, p) \ argument
318 # define CHECKED_PPTR_OF(type, p) \ argument
477 int type; member
742 # define ASN1_dup_of(type,i2d,d2i,x) \ argument
761 # define M_ASN1_free_of(x, type) \ argument
778 # define ASN1_i2d_fp_of(type,i2d,out,x) \ argument
[all …]
H A Dlhash.h.in151 # define LHASH_OF(type) struct lhash_st_##type argument
154 # define DEFINE_LHASH_OF_INTERNAL(type) \ argument
219 # define DEFINE_LHASH_OF_DEPRECATED(type) \ argument
236 # define DEFINE_LHASH_OF_DEPRECATED(type) argument
239 # define DEFINE_LHASH_OF_EX(type) \ argument
334 # define DEFINE_LHASH_OF(type) \ argument
339 #define IMPLEMENT_LHASH_DOALL_ARG_CONST(type, argtype) \ argument
342 #define IMPLEMENT_LHASH_DOALL_ARG(type, argtype) \ argument
345 #define int_implement_lhash_doall(type, argtype, cbargtype) \ argument
H A Dasn1t.h.in371 # define ASN1_IMP_EX(stname, field, type, tag, ex) \ argument
374 # define ASN1_EXP_EX(stname, field, type, tag, ex) \ argument
407 # define ASN1_SEQUENCE_OF(stname, field, type) \ argument
411 # define ASN1_SEQUENCE_OF_OPT(stname, field, type) \ argument
416 # define ASN1_SET_OF(stname, field, type) \ argument
419 # define ASN1_SET_OF_OPT(stname, field, type) \ argument
424 # define ASN1_IMP_SET_OF(stname, field, type, tag) \ argument
427 # define ASN1_EXP_SET_OF(stname, field, type, tag) \ argument
430 # define ASN1_IMP_SET_OF_OPT(stname, field, type, tag) \ argument
449 # define ASN1_NDEF_EXP(stname, field, type, tag) \ argument
[all …]
/openssl/include/crypto/
H A Dsparse_array.h21 # define SPARSE_ARRAY_OF(type) struct sparse_array_st_ ## type argument
23 # define DEFINE_SPARSE_ARRAY_OF_INTERNAL(type, ctype) \ argument
73 # define DEFINE_SPARSE_ARRAY_OF(type) \ argument
75 # define DEFINE_SPARSE_ARRAY_OF_CONST(type) \ argument
/openssl/crypto/pem/
H A Dpem_local.h42 # define IMPLEMENT_PEM_provided_write_body_vars(type, asn1, pq) \ argument
81 # define IMPLEMENT_PEM_provided_write_body_main(type, outtype) \ argument
96 # define IMPLEMENT_PEM_provided_write_to(name, TYPE, type, str, asn1, \ argument
114 # define IMPLEMENT_PEM_provided_write_cb_to(name, TYPE, type, str, asn1, \ argument
135 # define IMPLEMENT_PEM_provided_write_fp(name, TYPE, type, str, asn1) argument
136 # define IMPLEMENT_PEM_provided_write_cb_fp(name, TYPE, type, str, asn1) argument
140 # define IMPLEMENT_PEM_provided_write_fp(name, TYPE, type, str, asn1) \ argument
142 # define IMPLEMENT_PEM_provided_write_cb_fp(name, TYPE, type, str, asn1) \ argument
147 # define IMPLEMENT_PEM_provided_write_bio(name, TYPE, type, str, asn1) \ argument
149 # define IMPLEMENT_PEM_provided_write_cb_bio(name, TYPE, type, str, asn1) \ argument
[all …]
/openssl/crypto/x509/
H A Dby_file.c87 int X509_load_cert_file_ex(X509_LOOKUP *ctx, const char *file, int type, in X509_load_cert_file_ex()
160 int X509_load_cert_file(X509_LOOKUP *ctx, const char *file, int type) in X509_load_cert_file()
165 int X509_load_crl_file(X509_LOOKUP *ctx, const char *file, int type) in X509_load_crl_file()
221 int X509_load_cert_crl_file_ex(X509_LOOKUP *ctx, const char *file, int type, in X509_load_cert_crl_file_ex()
266 int X509_load_cert_crl_file(X509_LOOKUP *ctx, const char *file, int type) in X509_load_cert_crl_file()
H A Dx_ietfatt.c31 int type; member
41 int type; member
120 int ind, int *type) in OSSL_IETF_ATTR_SYNTAX_get0_value()
143 int OSSL_IETF_ATTR_SYNTAX_add1_value(OSSL_IETF_ATTR_SYNTAX *a, int type, in OSSL_IETF_ATTR_SYNTAX_add1_value()
H A Dx509name.c141 int X509_NAME_add_entry_by_OBJ(X509_NAME *name, const ASN1_OBJECT *obj, int type, in X509_NAME_add_entry_by_OBJ()
156 int X509_NAME_add_entry_by_NID(X509_NAME *name, int nid, int type, in X509_NAME_add_entry_by_NID()
170 int X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type, in X509_NAME_add_entry_by_txt()
243 const char *field, int type, in X509_NAME_ENTRY_create_by_txt()
262 int type, in X509_NAME_ENTRY_create_by_NID()
280 const ASN1_OBJECT *obj, int type, in X509_NAME_ENTRY_create_by_OBJ()
317 int X509_NAME_ENTRY_set_data(X509_NAME_ENTRY *ne, int type, in X509_NAME_ENTRY_set_data()
/openssl/crypto/objects/
H A Do_names.c151 const char *OBJ_NAME_get(const char *name, int type) in OBJ_NAME_get()
188 int OBJ_NAME_add(const char *name, int type, const char *data) in OBJ_NAME_add()
242 int OBJ_NAME_remove(const char *name, int type) in OBJ_NAME_remove()
278 int type; member
291 void OBJ_NAME_do_all(int type, void (*fn) (const OBJ_NAME *, void *arg), in OBJ_NAME_do_all()
304 int type; member
327 void OBJ_NAME_do_all_sorted(int type, in OBJ_NAME_do_all_sorted()
367 void OBJ_NAME_cleanup(int type) in OBJ_NAME_cleanup()
/openssl/crypto/cms/
H A Dcms_att.c104 const ASN1_OBJECT *obj, int type, in CMS_signed_add1_attr_by_OBJ()
113 int nid, int type, const void *bytes, int len) in CMS_signed_add1_attr_by_NID()
121 const char *attrname, int type, in CMS_signed_add1_attr_by_txt()
132 int lastpos, int type) in CMS_signed_get0_data_by_OBJ()
172 const ASN1_OBJECT *obj, int type, in CMS_unsigned_add1_attr_by_OBJ()
181 int nid, int type, in CMS_unsigned_add1_attr_by_NID()
190 const char *attrname, int type, in CMS_unsigned_add1_attr_by_txt()
200 int lastpos, int type) in CMS_unsigned_get0_data_by_OBJ()
227 static int cms_check_attribute(int nid, int flags, int type, in cms_check_attribute()
/openssl/crypto/evp/
H A Devp_utils.c37 #define PARAM_FUNC(name, func, type, err) \ argument
44 #define PARAM_CTX_FUNC(name, func, type, err) \ argument
51 #define PARAM_FUNCTIONS(type, \ argument
H A Ddh_support.c18 int type; member
50 int ossl_dh_gen_type_name2id(const char *name, int type) in ossl_dh_gen_type_name2id()
H A De_rc2.c130 static int rc2_get_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type) in rc2_get_asn1_type_and_iv()
157 static int rc2_set_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type) in rc2_set_asn1_type_and_iv()
170 static int rc2_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr) in rc2_ctrl()
/openssl/test/
H A Dpairwise_fail_test.c26 const char *type; member
52 const char *type = NULL, *phase = NULL; in self_test_on_pairwise_fail() local
69 static int setup_selftest_pairwise_failure(const char *type) in setup_selftest_pairwise_failure()
93 const char *type = OSSL_SELF_TEST_TYPE_PCT; in test_keygen_pairwise_failure() local
H A Dendecode_test.c109 static EVP_PKEY *make_key(const char *type, EVP_PKEY *template, in make_key()
154 const char *type, EVP_PKEY *pkey, in test_encode_decode()
526 const char *type, in check_unprotected_PKCS8_DER()
565 const char *type, in check_unprotected_PKCS8_PEM()
614 const char *type, in check_params_PEM()
626 static int test_params_via_DER(const char *type, EVP_PKEY *key) in test_params_via_DER()
646 const char *type, in check_unprotected_legacy_PEM()
719 const char *type, in check_protected_PKCS8_DER()
743 const char *type, in check_protected_PKCS8_PEM()
766 const char *type, in check_protected_legacy_PEM()
[all …]
H A Dext_internal_test.c21 unsigned int type; member
84 unsigned int type; in test_extension_list() local
/openssl/crypto/asn1/
H A Dd2i_param.c18 EVP_PKEY *d2i_KeyParams(int type, EVP_PKEY **a, const unsigned char **pp, in d2i_KeyParams()
49 EVP_PKEY *d2i_KeyParams_bio(int type, EVP_PKEY **a, BIO *in) in d2i_KeyParams_bio()
/openssl/providers/implementations/encode_decode/
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
1045 const void *key, int type, const char *pemname, in key2any_encode()
1074 #define DO_PRIVATE_KEY(impl, type, kind, output) \ argument
1084 #define DO_PUBLIC_KEY(impl, type, kind, output) \ argument
1094 #define DO_PARAMETERS(impl, type, kind, output) \ argument
1200 #define DO_DSA(impl, type, output) DO_type_specific(impl, type, output) argument
1210 #define DO_PKCS1(impl, type, output) DO_RSA(impl, type, output) argument
1214 #define DO_PKCS3(impl, type, output) DO_DH(impl, type, output) argument
1217 #define DO_X9_42(impl, type, output) DO_DHX(impl, type, output) argument
[all …]
/openssl/crypto/rsa/
H A Drsa_sign.c258 static int encode_pkcs1(unsigned char **out, size_t *out_len, int type, in encode_pkcs1()
287 int RSA_sign(int type, const unsigned char *m, unsigned int m_len, in RSA_sign()
345 int ossl_rsa_verify(int type, const unsigned char *m, unsigned int m_len, in ossl_rsa_verify()
461 int RSA_verify(int type, const unsigned char *m, unsigned int m_len, in RSA_verify()
/openssl/providers/
H A Dprov_running.c14 void ossl_set_error_state(const char *type) in ossl_set_error_state()
/openssl/crypto/store/
H A Dstore_strings.c23 const char *OSSL_STORE_INFO_type_string(int type) in OSSL_STORE_INFO_type_string()

Completed in 110 milliseconds

1234567891011