HomeSort by relevance Sort by last modified time
    Searched refs:ASN1_ITEM (Results 1 - 25 of 29) sorted by null

1 2

  /external/boringssl/src/crypto/asn1/
asn_pack.c 62 /* ASN1_ITEM versions of the above */
64 ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, ASN1_STRING **oct)
96 void *ASN1_item_unpack(ASN1_STRING *oct, const ASN1_ITEM *it)
tasn_new.c 70 static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it,
72 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
74 static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
76 ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it)
86 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
91 static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it,
226 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it)
262 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item);
315 int ASN1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
368 static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it
    [all...]
tasn_utl.c 76 /* Given an ASN1_ITEM CHOICE type return the selector value */
77 int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it) {
82 /* Given an ASN1_ITEM CHOICE type set the selector value, return old value. */
84 const ASN1_ITEM *it) {
93 const ASN1_ITEM *it) {
105 void asn1_refcount_set_one(ASN1_VALUE **pval, const ASN1_ITEM *it) {
112 int asn1_refcount_dec_and_test_zero(ASN1_VALUE **pval, const ASN1_ITEM *it) {
120 static ASN1_ENCODING *asn1_get_enc_ptr(ASN1_VALUE **pval, const ASN1_ITEM *it) {
132 void asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it) {
144 void asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
    [all...]
asn1_locl.h 93 void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it,
tasn_fre.c 66 void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it)
71 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
76 void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine)
190 void ASN1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
a_i2d_fp.c 111 int ASN1_item_i2d_fp(const ASN1_ITEM *it, FILE *out, void *x)
126 int ASN1_item_i2d_bio(const ASN1_ITEM *it, BIO *out, void *x)
a_dup.c 87 * ASN1_ITEM version of dup: this follows the model above except we don't
92 void *ASN1_item_dup(const ASN1_ITEM *it, void *x)
tasn_enc.c 69 const ASN1_ITEM *it, int tag, int aclass);
71 int skcontlen, const ASN1_ITEM *item,
76 const ASN1_ITEM *it, int flags);
84 const ASN1_ITEM *it)
89 int ASN1_item_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it)
102 const ASN1_ITEM *it, int flags)
128 const ASN1_ITEM *it, int tag, int aclass)
424 int skcontlen, const ASN1_ITEM *item,
485 const ASN1_ITEM *it, int tag, int aclass)
545 const ASN1_ITEM *it
    [all...]
a_d2i_fp.c 107 void *ASN1_item_d2i_bio(const ASN1_ITEM *it, BIO *in, void *x)
127 void *ASN1_item_d2i_fp(const ASN1_ITEM *it, FILE *in, void *x)
tasn_dec.c 92 const ASN1_ITEM *it,
139 const ASN1_ITEM *it)
157 const ASN1_ITEM *it,
711 const ASN1_ITEM *it,
843 int utype, char *free_cont, const ASN1_ITEM *it)
    [all...]
  /external/boringssl/src/include/openssl/
asn1t.h 79 /* Macros for start and end of ASN1_ITEM definition */
82 const ASN1_ITEM itname##_it = {
113 * This will produce an ASN1_ITEM called stname_it
215 * This will produce an ASN1_ITEM called chname_it
266 /* This helps with the template wrapper form of ASN1_ITEM */
295 #define ASN1_ADB_OBJECT(tblname) { ASN1_TFLG_ADB_OID, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname##_adb) }
296 #define ASN1_ADB_INTEGER(tblname) { ASN1_TFLG_ADB_INT, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname##_adb) }
399 ASN1_ITEM_EXP *item; /* Relevant ASN1_ITEM or ASN1_ADB */
402 /* Macro to extract ASN1_ITEM and ASN1_ADB pointer from ASN1_TEMPLATE */
607 typedef int ASN1_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it
    [all...]
asn1.h 314 /* The following macros and typedefs allow an ASN1_ITEM
316 * the ASN1_ITEM pointers need to be globally accessible
319 * ASN1_ITEM structure itself will be globally exported.
321 * an ASN1_ITEM pointer.
324 * should be used instead of hard coding an ASN1_ITEM
341 * const ASN1_ITEM *it = ASN1_ITEM_ptr(somevar.iptr);
343 * Finally an ASN1_ITEM pointer can be extracted from an
345 * would be used when a function takes an ASN1_ITEM * argument.
349 /* ASN1_ITEM pointer exported type */
350 typedef const ASN1_ITEM ASN1_ITEM_EXP
    [all...]
base.h 231 typedef struct ASN1_ITEM_st ASN1_ITEM;
x509.h 803 OPENSSL_EXPORT int ASN1_item_digest(const ASN1_ITEM *it,const EVP_MD *type,void *data,
806 OPENSSL_EXPORT int ASN1_item_verify(const ASN1_ITEM *it, X509_ALGOR *algor1,
809 OPENSSL_EXPORT int ASN1_item_sign(const ASN1_ITEM *it, X509_ALGOR *algor1, X509_ALGOR *algor2,
812 OPENSSL_EXPORT int ASN1_item_sign_ctx(const ASN1_ITEM *it,
    [all...]
  /external/boringssl/src/crypto/x509/
x_req.c 76 static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
a_sign.c 67 int ASN1_item_sign(const ASN1_ITEM *it, X509_ALGOR *algor1,
80 int ASN1_item_sign_ctx(const ASN1_ITEM *it,
x_name.c 85 const ASN1_ITEM *it,
89 const ASN1_ITEM *it, int tag, int aclass);
90 static int x509_name_ex_new(ASN1_VALUE **val, const ASN1_ITEM *it);
91 static void x509_name_ex_free(ASN1_VALUE **val, const ASN1_ITEM *it);
143 static int x509_name_ex_new(ASN1_VALUE **val, const ASN1_ITEM *it)
169 static void x509_name_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
196 const ASN1_ITEM *it, int tag, int aclass,
269 const ASN1_ITEM *it, int tag, int aclass)
a_digest.c 83 int ASN1_item_digest(const ASN1_ITEM *it, const EVP_MD *type, void *asn,
a_verify.c 73 int ASN1_item_verify(const ASN1_ITEM *it, X509_ALGOR *a,
x_crl.c 116 static int crl_inf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
222 static int crl_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
x_pubkey.c 73 static int pubkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
x_x509.c 93 static int x509_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
  /external/boringssl/src/crypto/pkcs8/
pkcs8_x509.c 78 static int pkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
  /external/boringssl/src/crypto/x509v3/
v3_crld.c 346 static int dpn_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 174 ASN1_ITEM = ASN1_ITEM_st
187 ASN1_ITEM_EXP = ASN1_ITEM
    [all...]

Completed in 133 milliseconds

1 2