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

1 2 3 4

  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
x_bignum.c 72 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
73 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
75 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
76 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
95 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
102 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
110 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it)
127 int utype, char *free_cont, const ASN1_ITEM *it)
x_long.c 69 static int long_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
70 static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
72 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
73 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
74 static int long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx);
94 static int long_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
100 static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
105 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it)
143 int utype, char *free_cont, const ASN1_ITEM *it)
175 static int long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it
    [all...]
tasn_utl.c 72 /* Given an ASN1_ITEM CHOICE type return
76 int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it)
82 /* Given an ASN1_ITEM CHOICE type set
86 int asn1_set_choice_selector(ASN1_VALUE **pval, int value, const ASN1_ITEM *it)
101 int asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it)
128 static ASN1_ENCODING *asn1_get_enc_ptr(ASN1_VALUE **pval, const ASN1_ITEM *it)
139 void asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it)
151 void asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
166 const ASN1_ITEM *it)
186 const ASN1_ITEM *it
    [all...]
tasn_new.c 67 static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it,
69 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
71 static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
73 ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it)
83 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
88 static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it,
230 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it)
268 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item);
325 int ASN1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
377 static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it
    [all...]
nsseq.c 65 static int nsseq_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
tasn_fre.c 65 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine);
69 void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it)
74 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
79 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine)
204 void ASN1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
asn1t.h 83 /* Macros for start and end of ASN1_ITEM definition */
86 OPENSSL_GLOBAL const ASN1_ITEM itname##_it = {
97 /* Macros for start and end of ASN1_ITEM definition */
100 const ASN1_ITEM * itname##_it(void) \
102 static const ASN1_ITEM local_it = {
138 * This will produce an ASN1_ITEM called stname_it
240 * This will produce an ASN1_ITEM called chname_it
291 /* This helps with the template wrapper form of ASN1_ITEM */
321 #define ASN1_ADB_OBJECT(tblname) { ASN1_TFLG_ADB_OID, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname##_adb) }
322 #define ASN1_ADB_INTEGER(tblname) { ASN1_TFLG_ADB_INT, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname##_adb)
    [all...]
x_req.c 82 static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
a_i2d_fp.c 120 int ASN1_item_i2d_fp(const ASN1_ITEM *it, FILE *out, void *x)
137 int ASN1_item_i2d_bio(const ASN1_ITEM *it, BIO *out, void *x)
asn1_locl.h 119 int (*item_verify)(EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn,
122 int (*item_sign)(EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn,
asn_pack.c 150 /* ASN1_ITEM versions of the above */
152 ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, ASN1_STRING **oct)
182 void *ASN1_item_unpack(ASN1_STRING *oct, const ASN1_ITEM *it)
  /external/openssl/crypto/asn1/
x_bignum.c 72 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
73 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
75 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
76 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
95 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
102 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
110 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it)
127 int utype, char *free_cont, const ASN1_ITEM *it)
x_long.c 69 static int long_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
70 static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
72 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
73 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
74 static int long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx);
94 static int long_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
100 static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
105 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it)
143 int utype, char *free_cont, const ASN1_ITEM *it)
175 static int long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it
    [all...]
tasn_utl.c 72 /* Given an ASN1_ITEM CHOICE type return
76 int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it)
82 /* Given an ASN1_ITEM CHOICE type set
86 int asn1_set_choice_selector(ASN1_VALUE **pval, int value, const ASN1_ITEM *it)
101 int asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it)
128 static ASN1_ENCODING *asn1_get_enc_ptr(ASN1_VALUE **pval, const ASN1_ITEM *it)
139 void asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it)
151 void asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
166 const ASN1_ITEM *it)
186 const ASN1_ITEM *it
    [all...]
tasn_new.c 67 static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it,
69 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
71 static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
73 ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it)
83 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
88 static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it,
230 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it)
268 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item);
325 int ASN1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
377 static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it
    [all...]
nsseq.c 65 static int nsseq_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
tasn_fre.c 65 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine);
69 void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it)
74 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
79 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine)
204 void ASN1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
asn1t.h 83 /* Macros for start and end of ASN1_ITEM definition */
86 OPENSSL_GLOBAL const ASN1_ITEM itname##_it = {
97 /* Macros for start and end of ASN1_ITEM definition */
100 const ASN1_ITEM * itname##_it(void) \
102 static const ASN1_ITEM local_it = {
138 * This will produce an ASN1_ITEM called stname_it
240 * This will produce an ASN1_ITEM called chname_it
291 /* This helps with the template wrapper form of ASN1_ITEM */
321 #define ASN1_ADB_OBJECT(tblname) { ASN1_TFLG_ADB_OID, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname##_adb) }
322 #define ASN1_ADB_INTEGER(tblname) { ASN1_TFLG_ADB_INT, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname##_adb)
    [all...]
x_req.c 82 static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
a_i2d_fp.c 120 int ASN1_item_i2d_fp(const ASN1_ITEM *it, FILE *out, void *x)
137 int ASN1_item_i2d_bio(const ASN1_ITEM *it, BIO *out, void *x)
asn1_locl.h 119 int (*item_verify)(EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn,
122 int (*item_sign)(EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn,
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
asn1t.h 83 /* Macros for start and end of ASN1_ITEM definition */
86 OPENSSL_GLOBAL const ASN1_ITEM itname##_it = {
97 /* Macros for start and end of ASN1_ITEM definition */
100 const ASN1_ITEM * itname##_it(void) \
102 static const ASN1_ITEM local_it = {
138 * This will produce an ASN1_ITEM called stname_it
240 * This will produce an ASN1_ITEM called chname_it
291 /* This helps with the template wrapper form of ASN1_ITEM */
321 #define ASN1_ADB_OBJECT(tblname) { ASN1_TFLG_ADB_OID, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname##_adb) }
322 #define ASN1_ADB_INTEGER(tblname) { ASN1_TFLG_ADB_INT, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname##_adb)
    [all...]
  /external/openssl/include/openssl/
asn1t.h 83 /* Macros for start and end of ASN1_ITEM definition */
86 OPENSSL_GLOBAL const ASN1_ITEM itname##_it = {
97 /* Macros for start and end of ASN1_ITEM definition */
100 const ASN1_ITEM * itname##_it(void) \
102 static const ASN1_ITEM local_it = {
138 * This will produce an ASN1_ITEM called stname_it
240 * This will produce an ASN1_ITEM called chname_it
291 /* This helps with the template wrapper form of ASN1_ITEM */
321 #define ASN1_ADB_OBJECT(tblname) { ASN1_TFLG_ADB_OID, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname##_adb) }
322 #define ASN1_ADB_INTEGER(tblname) { ASN1_TFLG_ADB_INT, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname##_adb)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/dh/
dh_asn1.c 67 static int dh_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
  /external/openssl/crypto/dh/
dh_asn1.c 67 static int dh_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,

Completed in 1572 milliseconds

1 2 3 4