Home
last modified time | relevance | path

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

123456789

/openssl-master/include/openssl/
A Dpem.h174 # define IMPLEMENT_PEM_write(name, type, str, asn1) \ argument
194 # define IMPLEMENT_PEM_read(name, type, str, asn1) \ argument
198 # define IMPLEMENT_PEM_rw(name, type, str, asn1) \ argument
208 # define IMPLEMENT_PEM_rw_cb(name, type, str, asn1) \ argument
310 # define DECLARE_PEM_write(name, type) \ argument
312 # define DECLARE_PEM_write_ex(name, type) \ argument
347 # define DECLARE_PEM_rw(name, type) \ argument
349 # define DECLARE_PEM_rw_ex(name, type) \ argument
355 # define DECLARE_PEM_rw_const(name, type) \ argument
364 # define DECLARE_PEM_rw_cb(name, type) \ argument
[all …]
A Dasn1.h.in162 int type; member
307 # define CHECKED_D2I_OF(type, d2i) \ argument
309 # define CHECKED_I2D_OF(type, i2d) \ argument
311 # define CHECKED_NEW_OF(type, xnew) \ argument
313 # define CHECKED_PTR_OF(type, p) \ argument
315 # define CHECKED_PPTR_OF(type, p) \ argument
474 int type; member
739 # define ASN1_dup_of(type,i2d,d2i,x) \ argument
758 # define M_ASN1_free_of(x, type) \ argument
775 # define ASN1_i2d_fp_of(type,i2d,out,x) \ argument
[all …]
A Dlhash.h.in130 # define LHASH_OF(type) struct lhash_st_##type argument
133 # define DEFINE_LHASH_OF_INTERNAL(type) \ argument
168 # define DEFINE_LHASH_OF(type) \ argument
238 #define IMPLEMENT_LHASH_DOALL_ARG_CONST(type, argtype) \ argument
241 #define IMPLEMENT_LHASH_DOALL_ARG(type, argtype) \ argument
244 #define int_implement_lhash_doall(type, argtype, cbargtype) \ argument
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-master/include/internal/
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
375 # define OSSL_SAFE_MATH_MAXU(type) (~(type)0) argument
[all …]
/openssl-master/include/crypto/
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-master/crypto/pem/
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-master/crypto/evp/
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
A Ddh_support.c18 int type; member
51 int ossl_dh_gen_type_name2id(const char *name, int type) in ossl_dh_gen_type_name2id()
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-master/crypto/cms/
A Dcms_att.c103 const ASN1_OBJECT *obj, int type, in CMS_signed_add1_attr_by_OBJ()
112 int nid, int type, const void *bytes, int len) in CMS_signed_add1_attr_by_NID()
120 const char *attrname, int type, in CMS_signed_add1_attr_by_txt()
130 int lastpos, int type) in CMS_signed_get0_data_by_OBJ()
170 const ASN1_OBJECT *obj, int type, in CMS_unsigned_add1_attr_by_OBJ()
179 int nid, int type, in CMS_unsigned_add1_attr_by_NID()
188 const char *attrname, int type, in CMS_unsigned_add1_attr_by_txt()
198 int lastpos, int type) in CMS_unsigned_get0_data_by_OBJ()
225 static int cms_check_attribute(int nid, int flags, int type, in cms_check_attribute()
/openssl-master/crypto/x509/
A Dby_file.c89 int X509_load_cert_file_ex(X509_LOOKUP *ctx, const char *file, int type, in X509_load_cert_file_ex()
154 int X509_load_cert_file(X509_LOOKUP *ctx, const char *file, int type) in X509_load_cert_file()
159 int X509_load_crl_file(X509_LOOKUP *ctx, const char *file, int type) in X509_load_crl_file()
216 int X509_load_cert_crl_file_ex(X509_LOOKUP *ctx, const char *file, int type, in X509_load_cert_crl_file_ex()
257 int X509_load_cert_crl_file(X509_LOOKUP *ctx, const char *file, int type) in X509_load_cert_crl_file()
A Dx509name.c138 int X509_NAME_add_entry_by_OBJ(X509_NAME *name, const ASN1_OBJECT *obj, int type, in X509_NAME_add_entry_by_OBJ()
153 int X509_NAME_add_entry_by_NID(X509_NAME *name, int nid, int type, in X509_NAME_add_entry_by_NID()
167 int X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type, in X509_NAME_add_entry_by_txt()
240 const char *field, int type, in X509_NAME_ENTRY_create_by_txt()
259 int type, in X509_NAME_ENTRY_create_by_NID()
277 const ASN1_OBJECT *obj, int type, in X509_NAME_ENTRY_create_by_OBJ()
314 int X509_NAME_ENTRY_set_data(X509_NAME_ENTRY *ne, int type, in X509_NAME_ENTRY_set_data()
/openssl-master/crypto/objects/
A Do_names.c163 const char *OBJ_NAME_get(const char *name, int type) in OBJ_NAME_get()
200 int OBJ_NAME_add(const char *name, int type, const char *data) in OBJ_NAME_add()
254 int OBJ_NAME_remove(const char *name, int type) in OBJ_NAME_remove()
290 int type; member
303 void OBJ_NAME_do_all(int type, void (*fn) (const OBJ_NAME *, void *arg), in OBJ_NAME_do_all()
316 int type; member
339 void OBJ_NAME_do_all_sorted(int type, in OBJ_NAME_do_all_sorted()
379 void OBJ_NAME_cleanup(int type) in OBJ_NAME_cleanup()
/openssl-master/crypto/asn1/
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()
A Da_type.c26 void ASN1_TYPE_set(ASN1_TYPE *a, int type, void *value) in ASN1_TYPE_set()
41 int ASN1_TYPE_set1(ASN1_TYPE *a, int type, const void *value) in ASN1_TYPE_set1()
A Dd2i_pu.c28 EVP_PKEY *d2i_PublicKey(int type, EVP_PKEY **a, const unsigned char **pp, in d2i_PublicKey()
A Dp8_pkey.c74 int PKCS8_pkey_add1_attr_by_NID(PKCS8_PRIV_KEY_INFO *p8, int nid, int type, in PKCS8_pkey_add1_attr_by_NID()
82 int PKCS8_pkey_add1_attr_by_OBJ(PKCS8_PRIV_KEY_INFO *p8, const ASN1_OBJECT *obj, int type, in PKCS8_pkey_add1_attr_by_OBJ()
/openssl-master/test/
A Dendecode_test.c104 static EVP_PKEY *make_key(const char *type, EVP_PKEY *template, in make_key()
148 const char *type, EVP_PKEY *pkey, in test_encode_decode()
497 const char *type, in check_unprotected_PKCS8_DER()
536 const char *type, in check_unprotected_PKCS8_PEM()
585 const char *type, in check_params_PEM()
597 static int test_params_via_DER(const char *type, EVP_PKEY *key) in test_params_via_DER()
617 const char *type, in check_unprotected_legacy_PEM()
690 const char *type, in check_protected_PKCS8_DER()
714 const char *type, in check_protected_PKCS8_PEM()
737 const char *type, in check_protected_legacy_PEM()
[all …]
A Devp_pkey_dparams_test.c98 int type; member
120 int type = pkey_params[id].type; in params_bio_test() local
A Dsimpledynamic.c18 int sd_load(const char *filename, SD *lib, int type) in sd_load()
47 int sd_load(const char *filename, SD *lib, ossl_unused int type) in sd_load()
/openssl-master/providers/implementations/encode_decode/
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 …]
/openssl-master/providers/
A Dprov_running.c14 void ossl_set_error_state(const char *type) in ossl_set_error_state()
/openssl-master/crypto/store/
A Dstore_strings.c21 const char *OSSL_STORE_INFO_type_string(int type) in OSSL_STORE_INFO_type_string()
/openssl-master/crypto/rsa/
A Drsa_sign.c242 static int encode_pkcs1(unsigned char **out, size_t *out_len, int type, in encode_pkcs1()
273 int RSA_sign(int type, const unsigned char *m, unsigned int m_len, in RSA_sign()
331 int ossl_rsa_verify(int type, const unsigned char *m, unsigned int m_len, in ossl_rsa_verify()
449 int RSA_verify(int type, const unsigned char *m, unsigned int m_len, in RSA_verify()

Completed in 298 milliseconds

123456789