Home
last modified time | relevance | path

Searched refs:ASN1_ITEM (Results 1 - 25 of 354) sorted by relevance

12345678910>>...15

/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dx_bignum.c24 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
25 static int bn_secure_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
26 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
29 const ASN1_ITEM *it);
31 int utype, char *free_cont, const ASN1_ITEM *it);
33 int utype, char *free_cont, const ASN1_ITEM *it);
34 static int bn_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it,
65 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in bn_new()
74 static int bn_secure_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in bn_secure_new()
83 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *i
[all...]
H A Dasn1_local.h21 /* The ASN1_ITEM associated with this field */
22 const ASN1_ITEM *it;
50 int ossl_asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it);
52 const ASN1_ITEM *it);
54 const ASN1_ITEM *it);
64 int ossl_asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it);
66 void ossl_asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it);
67 void ossl_asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
69 const ASN1_ITEM *it);
71 const ASN1_ITEM *i
[all...]
H A Dx_int64.c24 * We abuse the ASN1_ITEM fields |size| as a flags field
29 static int uint64_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_new()
38 static void uint64_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_free()
44 static void uint64_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_clear()
50 const ASN1_ITEM *it) in uint64_i2c()
74 int utype, char *free_cont, const ASN1_ITEM *it) in uint64_c2i()
114 static int uint64_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it, in uint64_print()
124 static int uint32_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint32_new()
133 static void uint32_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint32_free()
139 static void uint32_clear(ASN1_VALUE **pval, const ASN1_ITEM *i
[all...]
H A Dx_long.c21 static int long_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
22 static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
25 const ASN1_ITEM *it);
27 int utype, char *free_cont, const ASN1_ITEM *it);
28 static int long_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it,
49 static int long_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in long_new()
55 static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in long_free()
86 const ASN1_ITEM *it) in long_i2c()
129 int utype, char *free_cont, const ASN1_ITEM *it) in long_c2i()
189 static int long_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *i
[all...]
H A Dtasn_new.c18 static int asn1_item_embed_new(ASN1_VALUE **pval, const ASN1_ITEM *it,
21 static int asn1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it,
23 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
27 static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
29 ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it) in ASN1_item_new()
37 ASN1_VALUE *ASN1_item_new_ex(const ASN1_ITEM *it, OSSL_LIB_CTX *libctx, in ASN1_item_new_ex()
49 int ossl_asn1_item_ex_new_intern(ASN1_VALUE **pval, const ASN1_ITEM *it, in ossl_asn1_item_ex_new_intern()
55 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in ASN1_item_ex_new()
60 int asn1_item_embed_new(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed, in asn1_item_embed_new()
174 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *i
[all...]
H A Dtasn_utl.c26 * Given an ASN1_ITEM CHOICE type return the selector value
29 int ossl_asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it) in ossl_asn1_get_choice_selector()
37 const ASN1_ITEM *it) in ossl_asn1_get_choice_selector_const()
45 * Given an ASN1_ITEM CHOICE type set the selector value, return old value.
49 const ASN1_ITEM *it) in ossl_asn1_set_choice_selector()
68 int ossl_asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it) in ossl_asn1_do_lock()
112 static ASN1_ENCODING *asn1_get_enc_ptr(ASN1_VALUE **pval, const ASN1_ITEM *it) in asn1_get_enc_ptr()
125 const ASN1_ITEM *it) in asn1_get_const_enc_ptr()
137 void ossl_asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it) in ossl_asn1_enc_init()
148 void ossl_asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *i
[all...]
/third_party/openssl/crypto/asn1/
H A Dx_bignum.c24 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
25 static int bn_secure_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
26 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
29 const ASN1_ITEM *it);
31 int utype, char *free_cont, const ASN1_ITEM *it);
33 int utype, char *free_cont, const ASN1_ITEM *it);
34 static int bn_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it,
65 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in bn_new()
74 static int bn_secure_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in bn_secure_new()
83 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *i
[all...]
H A Dasn1_local.h21 /* The ASN1_ITEM associated with this field */
22 const ASN1_ITEM *it;
50 int ossl_asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it);
52 const ASN1_ITEM *it);
54 const ASN1_ITEM *it);
64 int ossl_asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it);
66 void ossl_asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it);
67 void ossl_asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
69 const ASN1_ITEM *it);
71 const ASN1_ITEM *i
[all...]
H A Dx_int64.c24 * We abuse the ASN1_ITEM fields |size| as a flags field
29 static int uint64_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_new()
38 static void uint64_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_free()
44 static void uint64_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_clear()
50 const ASN1_ITEM *it) in uint64_i2c()
74 int utype, char *free_cont, const ASN1_ITEM *it) in uint64_c2i()
114 static int uint64_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it, in uint64_print()
124 static int uint32_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint32_new()
133 static void uint32_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint32_free()
139 static void uint32_clear(ASN1_VALUE **pval, const ASN1_ITEM *i
[all...]
H A Dx_long.c21 static int long_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
22 static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
25 const ASN1_ITEM *it);
27 int utype, char *free_cont, const ASN1_ITEM *it);
28 static int long_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it,
49 static int long_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in long_new()
55 static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in long_free()
86 const ASN1_ITEM *it) in long_i2c()
129 int utype, char *free_cont, const ASN1_ITEM *it) in long_c2i()
189 static int long_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *i
[all...]
H A Dtasn_new.c18 static int asn1_item_embed_new(ASN1_VALUE **pval, const ASN1_ITEM *it,
21 static int asn1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it,
23 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
27 static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
29 ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it) in ASN1_item_new()
37 ASN1_VALUE *ASN1_item_new_ex(const ASN1_ITEM *it, OSSL_LIB_CTX *libctx, in ASN1_item_new_ex()
49 int ossl_asn1_item_ex_new_intern(ASN1_VALUE **pval, const ASN1_ITEM *it, in ossl_asn1_item_ex_new_intern()
55 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in ASN1_item_ex_new()
60 int asn1_item_embed_new(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed, in asn1_item_embed_new()
174 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *i
[all...]
H A Dtasn_utl.c26 * Given an ASN1_ITEM CHOICE type return the selector value
29 int ossl_asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it) in ossl_asn1_get_choice_selector()
37 const ASN1_ITEM *it) in ossl_asn1_get_choice_selector_const()
45 * Given an ASN1_ITEM CHOICE type set the selector value, return old value.
49 const ASN1_ITEM *it) in ossl_asn1_set_choice_selector()
68 int ossl_asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it) in ossl_asn1_do_lock()
112 static ASN1_ENCODING *asn1_get_enc_ptr(ASN1_VALUE **pval, const ASN1_ITEM *it) in asn1_get_enc_ptr()
125 const ASN1_ITEM *it) in asn1_get_const_enc_ptr()
137 void ossl_asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it) in ossl_asn1_enc_init()
148 void ossl_asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *i
[all...]
/third_party/openssl/ohos_lite/include/openssl/
H A Dasn1.h280 * The following macros and typedefs allow an ASN1_ITEM
282 * the ASN1_ITEM pointers need to be globally accessible
285 * ASN1_ITEM structure itself will be globally exported.
287 * an ASN1_ITEM pointer.
290 * should be used instead of hard coding an ASN1_ITEM
307 * const ASN1_ITEM *it = ASN1_ITEM_ptr(somevar.iptr);
309 * Finally an ASN1_ITEM pointer can be extracted from an
311 * would be used when a function takes an ASN1_ITEM * argument.
317 /* ASN1_ITEM pointer exported type */
318 typedef const ASN1_ITEM ASN1_ITEM_EX
[all...]
H A Dasn1t.h33 /* Macros for start and end of ASN1_ITEM definition */
36 const ASN1_ITEM itname##_it = {
39 static const ASN1_ITEM itname##_it = {
49 /* Macros for start and end of ASN1_ITEM definition */
52 const ASN1_ITEM * itname##_it(void) \
54 static const ASN1_ITEM local_it = {
103 * This will produce an ASN1_ITEM called stname_it
244 * This will produce an ASN1_ITEM called chname_it
311 /* This helps with the template wrapper form of ASN1_ITEM */
336 # define ASN1_ADB_OBJECT(tblname) { ASN1_TFLG_ADB_OID, -1, 0, #tblname, (const ASN1_ITEM *)
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dasn1t.h41 * ASN1_ITEM structure and determine how it is interpreted.
91 /* Macros for start and end of ASN1_ITEM definition */
94 const ASN1_ITEM * itname##_it(void) \
96 static const ASN1_ITEM local_it = {
143 * This will produce an ASN1_ITEM called stname_it
287 * This will produce an ASN1_ITEM called chname_it
354 /* This helps with the template wrapper form of ASN1_ITEM */
462 static const ASN1_ITEM *name##_adb(void) \
474 return (const ASN1_ITEM *) &internal_adb; \
494 ASN1_ITEM_EXP *item; /* Relevant ASN1_ITEM o
[all...]
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dasn1t.h41 * ASN1_ITEM structure and determine how it is interpreted.
91 /* Macros for start and end of ASN1_ITEM definition */
94 const ASN1_ITEM * itname##_it(void) \
96 static const ASN1_ITEM local_it = {
143 * This will produce an ASN1_ITEM called stname_it
287 * This will produce an ASN1_ITEM called chname_it
354 /* This helps with the template wrapper form of ASN1_ITEM */
462 static const ASN1_ITEM *name##_adb(void) \
474 return (const ASN1_ITEM *) &internal_adb; \
494 ASN1_ITEM_EXP *item; /* Relevant ASN1_ITEM o
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dasn1t.h41 * ASN1_ITEM structure and determine how it is interpreted.
91 /* Macros for start and end of ASN1_ITEM definition */
94 const ASN1_ITEM * itname##_it(void) \
96 static const ASN1_ITEM local_it = {
143 * This will produce an ASN1_ITEM called stname_it
287 * This will produce an ASN1_ITEM called chname_it
354 /* This helps with the template wrapper form of ASN1_ITEM */
462 static const ASN1_ITEM *name##_adb(void) \
474 return (const ASN1_ITEM *) &internal_adb; \
494 ASN1_ITEM_EXP *item; /* Relevant ASN1_ITEM o
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dasn1t.h41 * ASN1_ITEM structure and determine how it is interpreted.
91 /* Macros for start and end of ASN1_ITEM definition */
94 const ASN1_ITEM * itname##_it(void) \
96 static const ASN1_ITEM local_it = {
143 * This will produce an ASN1_ITEM called stname_it
287 * This will produce an ASN1_ITEM called chname_it
354 /* This helps with the template wrapper form of ASN1_ITEM */
462 static const ASN1_ITEM *name##_adb(void) \
474 return (const ASN1_ITEM *) &internal_adb; \
494 ASN1_ITEM_EXP *item; /* Relevant ASN1_ITEM o
[all...]
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Dasn1t.h41 * ASN1_ITEM structure and determine how it is interpreted.
91 /* Macros for start and end of ASN1_ITEM definition */
94 const ASN1_ITEM * itname##_it(void) \
96 static const ASN1_ITEM local_it = {
143 * This will produce an ASN1_ITEM called stname_it
287 * This will produce an ASN1_ITEM called chname_it
354 /* This helps with the template wrapper form of ASN1_ITEM */
462 static const ASN1_ITEM *name##_adb(void) \
474 return (const ASN1_ITEM *) &internal_adb; \
494 ASN1_ITEM_EXP *item; /* Relevant ASN1_ITEM o
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dasn1t.h41 * ASN1_ITEM structure and determine how it is interpreted.
91 /* Macros for start and end of ASN1_ITEM definition */
94 const ASN1_ITEM * itname##_it(void) \
96 static const ASN1_ITEM local_it = {
143 * This will produce an ASN1_ITEM called stname_it
287 * This will produce an ASN1_ITEM called chname_it
354 /* This helps with the template wrapper form of ASN1_ITEM */
462 static const ASN1_ITEM *name##_adb(void) \
474 return (const ASN1_ITEM *) &internal_adb; \
494 ASN1_ITEM_EXP *item; /* Relevant ASN1_ITEM o
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dasn1t.h41 * ASN1_ITEM structure and determine how it is interpreted.
91 /* Macros for start and end of ASN1_ITEM definition */
94 const ASN1_ITEM * itname##_it(void) \
96 static const ASN1_ITEM local_it = {
143 * This will produce an ASN1_ITEM called stname_it
287 * This will produce an ASN1_ITEM called chname_it
354 /* This helps with the template wrapper form of ASN1_ITEM */
462 static const ASN1_ITEM *name##_adb(void) \
474 return (const ASN1_ITEM *) &internal_adb; \
494 ASN1_ITEM_EXP *item; /* Relevant ASN1_ITEM o
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dasn1t.h41 * ASN1_ITEM structure and determine how it is interpreted.
91 /* Macros for start and end of ASN1_ITEM definition */
94 const ASN1_ITEM * itname##_it(void) \
96 static const ASN1_ITEM local_it = {
143 * This will produce an ASN1_ITEM called stname_it
287 * This will produce an ASN1_ITEM called chname_it
354 /* This helps with the template wrapper form of ASN1_ITEM */
462 static const ASN1_ITEM *name##_adb(void) \
474 return (const ASN1_ITEM *) &internal_adb; \
494 ASN1_ITEM_EXP *item; /* Relevant ASN1_ITEM o
[all...]
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dasn1t.h41 * ASN1_ITEM structure and determine how it is interpreted.
91 /* Macros for start and end of ASN1_ITEM definition */
94 const ASN1_ITEM * itname##_it(void) \
96 static const ASN1_ITEM local_it = {
143 * This will produce an ASN1_ITEM called stname_it
287 * This will produce an ASN1_ITEM called chname_it
354 /* This helps with the template wrapper form of ASN1_ITEM */
462 static const ASN1_ITEM *name##_adb(void) \
474 return (const ASN1_ITEM *) &internal_adb; \
494 ASN1_ITEM_EXP *item; /* Relevant ASN1_ITEM o
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Dasn1t.h41 * ASN1_ITEM structure and determine how it is interpreted.
91 /* Macros for start and end of ASN1_ITEM definition */
94 const ASN1_ITEM * itname##_it(void) \
96 static const ASN1_ITEM local_it = {
143 * This will produce an ASN1_ITEM called stname_it
287 * This will produce an ASN1_ITEM called chname_it
354 /* This helps with the template wrapper form of ASN1_ITEM */
462 static const ASN1_ITEM *name##_adb(void) \
474 return (const ASN1_ITEM *) &internal_adb; \
494 ASN1_ITEM_EXP *item; /* Relevant ASN1_ITEM o
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dasn1t.h41 * ASN1_ITEM structure and determine how it is interpreted.
91 /* Macros for start and end of ASN1_ITEM definition */
94 const ASN1_ITEM * itname##_it(void) \
96 static const ASN1_ITEM local_it = {
143 * This will produce an ASN1_ITEM called stname_it
287 * This will produce an ASN1_ITEM called chname_it
354 /* This helps with the template wrapper form of ASN1_ITEM */
462 static const ASN1_ITEM *name##_adb(void) \
474 return (const ASN1_ITEM *) &internal_adb; \
494 ASN1_ITEM_EXP *item; /* Relevant ASN1_ITEM o
[all...]

Completed in 24 milliseconds

12345678910>>...15