Searched refs:ASN1_TYPE (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-11.0-release/crypto/openssl/crypto/asn1/
H A Da_type.c64 int ASN1_TYPE_get(ASN1_TYPE *a)
72 void ASN1_TYPE_set(ASN1_TYPE *a, int type, void *value)
75 ASN1_TYPE **tmp_a = &a;
85 int ASN1_TYPE_set1(ASN1_TYPE *a, int type, const void *value)
106 IMPLEMENT_STACK_OF(ASN1_TYPE)
108 IMPLEMENT_ASN1_SET_OF(ASN1_TYPE)
111 int ASN1_TYPE_cmp(const ASN1_TYPE *a, const ASN1_TYPE *b)
H A Devp_asn1.c64 int ASN1_TYPE_set_octetstring(ASN1_TYPE *a, unsigned char *data, int len)
79 int ASN1_TYPE_get_octetstring(ASN1_TYPE *a, unsigned char *data, int max_len)
98 int ASN1_TYPE_set_int_octetstring(ASN1_TYPE *a, long num, unsigned char *data,
142 int ASN1_TYPE_get_int_octetstring(ASN1_TYPE *a, long *num,
H A Dtasn_typ.c118 IMPLEMENT_ASN1_FUNCTIONS_fname(ASN1_TYPE, ASN1_ANY, ASN1_TYPE)
H A Dasn1_gen.c115 static ASN1_TYPE *generate_v3(char *str, X509V3_CTX *cnf, int depth,
123 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf,
125 static ASN1_TYPE *asn1_str2type(const char *str, int format, int utype);
128 ASN1_TYPE *ASN1_generate_nconf(char *str, CONF *nconf)
139 ASN1_TYPE *ASN1_generate_v3(char *str, X509V3_CTX *cnf)
142 ASN1_TYPE *ret = generate_v3(str, cnf, 0, &err);
148 static ASN1_TYPE *generate_v3(char *str, X509V3_CTX *cnf, int depth,
151 ASN1_TYPE *ret;
279 /* Obtain new ASN1_TYPE structure */
458 static ASN1_TYPE *asn1_mult
[all...]
H A Dx_attrib.c74 * STACK_OF(ASN1_TYPE) *set;
75 * ASN1_TYPE *single;
103 ASN1_TYPE *val = NULL;
H A Dasn1.h96 # define V_ASN1_OTHER -3/* used in ASN1_TYPE */
553 } ASN1_TYPE; typedef in typeref:struct:asn1_type_st
555 DECLARE_STACK_OF(ASN1_TYPE)
556 DECLARE_ASN1_SET_OF(ASN1_TYPE)
558 typedef STACK_OF(ASN1_TYPE) ASN1_SEQUENCE_ANY;
776 DECLARE_ASN1_FUNCTIONS_fname(ASN1_TYPE, ASN1_ANY, ASN1_TYPE)
778 int ASN1_TYPE_get(ASN1_TYPE *a);
779 void ASN1_TYPE_set(ASN1_TYPE *a, int type, void *value);
780 int ASN1_TYPE_set1(ASN1_TYPE *
[all...]
H A Dtasn_fre.c206 /* Special case: if 'it' is NULL free contents of ASN1_TYPE */
208 ASN1_TYPE *typ = (ASN1_TYPE *)*pval;
H A Dd2i_pr.c134 STACK_OF(ASN1_TYPE) *inkey;
139 * Dirty trick: read in the ASN1 data into a STACK_OF(ASN1_TYPE): by
H A Dt_req.c168 ASN1_TYPE *at;
171 ASN1_TYPE *t;
H A Dtasn_new.c311 ASN1_TYPE *typ;
342 typ = OPENSSL_malloc(sizeof(ASN1_TYPE));
/freebsd-11.0-release/crypto/openssl/crypto/pkcs12/
H A Dp12_attr.c120 ASN1_TYPE *PKCS12_get_attr_gen(STACK_OF(X509_ATTRIBUTE) *attrs, int attr_nid)
140 ASN1_TYPE *atype;
H A Dp12_crpt.c71 ASN1_TYPE *param, const EVP_CIPHER *cipher,
H A Dpkcs12.h121 ASN1_TYPE *other;
137 ASN1_TYPE *other; /* Secret or other bag */
211 ASN1_TYPE *PKCS12_get_attr_gen(STACK_OF(X509_ATTRIBUTE) *attrs, int attr_nid);
232 ASN1_TYPE *param, const EVP_CIPHER *cipher,
/freebsd-11.0-release/crypto/openssl/crypto/evp/
H A De_rc2.c73 static int rc2_set_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type);
74 static int rc2_get_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type);
169 static int rc2_get_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
194 static int rc2_set_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
H A Devp_lib.c68 int EVP_CIPHER_param_to_asn1(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
96 int EVP_CIPHER_asn1_to_param(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
124 int EVP_CIPHER_get_asn1_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
141 int EVP_CIPHER_set_asn1_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
H A Dp5_crpt.c75 ASN1_TYPE *param, const EVP_CIPHER *cipher,
H A Dp5_crpt2.c191 ASN1_TYPE *param, const EVP_CIPHER *c,
248 int passlen, ASN1_TYPE *param,
H A Devp.h326 /* Populate a ASN1_TYPE with parameters */
327 int (*set_asn1_parameters) (EVP_CIPHER_CTX *, ASN1_TYPE *);
328 /* Get parameters from a ASN1_TYPE */
329 int (*get_asn1_parameters) (EVP_CIPHER_CTX *, ASN1_TYPE *);
486 int passlen, ASN1_TYPE *param,
1012 int EVP_CIPHER_param_to_asn1(EVP_CIPHER_CTX *c, ASN1_TYPE *type);
1013 int EVP_CIPHER_asn1_to_param(EVP_CIPHER_CTX *c, ASN1_TYPE *type);
1016 int EVP_CIPHER_set_asn1_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type);
1017 int EVP_CIPHER_get_asn1_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type);
1021 ASN1_TYPE *para
[all...]
/freebsd-11.0-release/crypto/openssl/crypto/cms/
H A Dcms_lcl.h106 ASN1_TYPE *other;
277 ASN1_TYPE *oriValue;
325 ASN1_TYPE *otherRevInfo;
347 ASN1_TYPE *otherCert;
362 ASN1_TYPE *keyAttr;
/freebsd-11.0-release/crypto/openssl/crypto/x509/
H A Dx509_att.c299 ASN1_TYPE *ttmp = NULL;
369 ASN1_TYPE *ttmp;
380 ASN1_TYPE *X509_ATTRIBUTE_get0_type(X509_ATTRIBUTE *attr, int idx)
H A Dx509_req.c193 ASN1_TYPE *ext = NULL;
226 ASN1_TYPE *at = NULL;
/freebsd-11.0-release/crypto/openssl/apps/
H A Dasn1pars.c102 ASN1_TYPE *at = NULL;
295 ASN1_TYPE *atmp;
380 ASN1_TYPE *atyp = NULL;
/freebsd-11.0-release/crypto/openssl/crypto/pkcs7/
H A Dpk7_attr.c86 ASN1_TYPE *cap;
H A Dpkcs7.h198 ASN1_TYPE *other;
292 int PKCS7_set0_type_other(PKCS7 *p7, int type, ASN1_TYPE *other);
331 ASN1_TYPE *PKCS7_get_attribute(PKCS7_SIGNER_INFO *si, int nid);
332 ASN1_TYPE *PKCS7_get_signed_attribute(PKCS7_SIGNER_INFO *si, int nid);
/freebsd-11.0-release/crypto/openssl/crypto/x509v3/
H A Dv3_genn.c228 ASN1_OBJECT *oid, ASN1_TYPE *value)
241 ASN1_OBJECT **poid, ASN1_TYPE **pvalue)

Completed in 214 milliseconds

123