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

12

/openbsd-current/lib/libcrypto/asn1/
H A Da_type.c94 ASN1_TYPE *
97 return (ASN1_TYPE *)ASN1_item_new(&ASN1_ANY_it);
102 ASN1_TYPE_free(ASN1_TYPE *a)
109 ASN1_TYPE_get(const ASN1_TYPE *a)
123 ASN1_TYPE_set(ASN1_TYPE *a, int type, void *value)
126 ASN1_TYPE **tmp_a = &a;
138 ASN1_TYPE_set1(ASN1_TYPE *a, int type, const void *value)
162 ASN1_TYPE_cmp(const ASN1_TYPE *a, const ASN1_TYPE *b)
211 ASN1_TYPE_set_octetstring(ASN1_TYPE *
[all...]
H A Dasn1.h89 #define V_ASN1_OTHER -3 /* used in ASN1_TYPE */
459 } ASN1_TYPE; typedef in typeref:struct:asn1_type_st
461 DECLARE_STACK_OF(ASN1_TYPE)
463 typedef STACK_OF(ASN1_TYPE) ASN1_SEQUENCE_ANY;
508 ASN1_TYPE *ASN1_TYPE_new(void);
509 void ASN1_TYPE_free(ASN1_TYPE *a);
510 ASN1_TYPE *d2i_ASN1_TYPE(ASN1_TYPE **a, const unsigned char **in, long len);
511 int i2d_ASN1_TYPE(ASN1_TYPE *a, unsigned char **out);
514 int ASN1_TYPE_get(const ASN1_TYPE *
[all...]
H A Dasn1_gen.c121 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf);
122 static ASN1_TYPE *asn1_str2type(const char *str, int format, int utype);
125 ASN1_TYPE *
138 ASN1_TYPE *
141 ASN1_TYPE *ret;
261 /* Obtain new ASN1_TYPE structure */
434 static ASN1_TYPE *
437 ASN1_TYPE *ret = NULL;
438 STACK_OF(ASN1_TYPE) *sk = NULL;
453 ASN1_TYPE *ty
[all...]
H A Dtasn_fre.c201 /* Special case: if 'it' is NULL free contents of ASN1_TYPE */
203 ASN1_TYPE *typ = (ASN1_TYPE *)*pval;
H A Dx_attrib.c135 ASN1_TYPE *val = NULL;
H A Dasn1_local.h65 ASN1_TYPE *ASN1_TYPE_pack_sequence(const ASN1_ITEM *it, void *s, ASN1_TYPE **t);
66 void *ASN1_TYPE_unpack_sequence(const ASN1_ITEM *it, const ASN1_TYPE *t);
H A Da_pkey.c142 STACK_OF(ASN1_TYPE) *inkey;
147 /* Dirty trick: read in the ASN1 data into a STACK_OF(ASN1_TYPE):
H A Dtasn_new.c270 ASN1_TYPE *typ;
300 typ = malloc(sizeof(ASN1_TYPE));
/openbsd-current/lib/libcrypto/pkcs12/
H A Dp12_attr.c123 ASN1_TYPE *
142 const ASN1_TYPE *atype;
H A Dpkcs12_local.h83 ASN1_TYPE *other;
95 ASN1_TYPE *other; /* Secret or other bag */
141 ASN1_TYPE *PKCS12_get_attr_gen(const STACK_OF(X509_ATTRIBUTE) *attrs,
H A Dp12_sbag.c68 const ASN1_TYPE *
75 ASN1_TYPE *
H A Dpkcs12.h148 const ASN1_TYPE *PKCS12_SAFEBAG_get0_attr(const PKCS12_SAFEBAG *bag,
158 ASN1_TYPE *PKCS8_get_attr(PKCS8_PRIV_KEY_INFO *p8, int attr_nid);
/openbsd-current/lib/libcrypto/evp/
H A Devp_local.h220 int (*set_asn1_parameters)(EVP_CIPHER_CTX *, ASN1_TYPE *); /* Populate a ASN1_TYPE with parameters */
221 int (*get_asn1_parameters)(EVP_CIPHER_CTX *, ASN1_TYPE *); /* Get parameters from a ASN1_TYPE */
362 int EVP_CIPHER_set_asn1_iv(EVP_CIPHER_CTX *cipher, ASN1_TYPE *type);
363 int EVP_CIPHER_asn1_to_param(EVP_CIPHER_CTX *cipher, ASN1_TYPE *type);
364 int EVP_CIPHER_get_asn1_iv(EVP_CIPHER_CTX *cipher, ASN1_TYPE *type);
365 int EVP_CIPHER_param_to_asn1(EVP_CIPHER_CTX *cipher, ASN1_TYPE *type);
368 ASN1_TYPE *param, EVP_CIPHER_CTX *ctx, int en_de);
H A Devp_pbe.c77 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md, int en_de);
79 ASN1_TYPE *param, const EVP_CIPHER *c, const EVP_MD *md, int en_de);
81 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md_type,
84 ASN1_TYPE *param, const EVP_CIPHER *c, const EVP_MD *md, int en_de);
182 ASN1_TYPE *param, EVP_CIPHER_CTX *ctx, int en_de)
235 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md, int en_de)
420 ASN1_TYPE *param, const EVP_CIPHER *c, const EVP_MD *md, int en_de)
507 ASN1_TYPE *param, const EVP_CIPHER *c, const EVP_MD *md, int en_de)
600 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md, int en_de)
H A De_rc2.c77 static int rc2_set_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type);
78 static int rc2_get_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type);
340 rc2_get_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
372 rc2_set_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
/openbsd-current/regress/lib/libcrypto/x509/
H A Dx509attribute.c72 ASN1_TYPE *any;
H A Dx509req_ext.c84 ASN1_TYPE *aval;
/openbsd-current/lib/libcrypto/cms/
H A Dcms_local.h102 ASN1_TYPE *other;
277 ASN1_TYPE *oriValue;
325 ASN1_TYPE *otherRevInfo;
347 ASN1_TYPE *otherCert;
362 ASN1_TYPE *keyAttr;
/openbsd-current/lib/libcrypto/x509/
H A Dx509_att.c320 ASN1_TYPE *ttmp = NULL;
392 ASN1_TYPE *ttmp;
405 ASN1_TYPE *
H A Dx509_local.h114 STACK_OF(ASN1_TYPE) *set;
389 ASN1_TYPE *salt;
/openbsd-current/usr.bin/openssl/
H A Dasn1pars.c248 ASN1_TYPE *at = NULL;
342 ASN1_TYPE *atmp;
422 ASN1_TYPE *atyp = NULL;
/openbsd-current/regress/lib/libcrypto/asn1/
H A Dasn1evp.c72 ASN1_TYPE *at = NULL;
/openbsd-current/lib/libcrypto/pkcs7/
H A Dpk7_attr.c85 ASN1_TYPE *cap;
H A Dpkcs7.h196 ASN1_TYPE *other;
329 int PKCS7_set0_type_other(PKCS7 *p7, int type, ASN1_TYPE *other);
369 ASN1_TYPE *PKCS7_get_attribute(PKCS7_SIGNER_INFO *si, int nid);
370 ASN1_TYPE *PKCS7_get_signed_attribute(PKCS7_SIGNER_INFO *si, int nid);
/openbsd-current/lib/libcrypto/rsa/
H A Drsa_sign.c93 ASN1_TYPE parameter;

Completed in 474 milliseconds

12