| /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| asn1_local.h | 19 /* The ASN1_ITEM associated with this field */ 20 const ASN1_ITEM *it; 48 int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it); 50 const ASN1_ITEM *it); 57 int asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it); 59 void asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it); 60 void asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it); 62 const ASN1_ITEM *it); 64 const ASN1_ITEM *it); 66 void asn1_item_embed_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed) [all...] |
| x_bignum.c | 24 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, ASN1_VALUE **pval, const ASN1_ITEM *it, 65 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it) 74 static int bn_secure_new(ASN1_VALUE **pval, const ASN1_ITEM *it) 83 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it [all...] |
| asn1_item_list.c | 24 const ASN1_ITEM *ASN1_ITEM_lookup(const char *name) 29 const ASN1_ITEM *it = ASN1_ITEM_ptr(asn1_item_list[i]); 37 const ASN1_ITEM *ASN1_ITEM_get(size_t i)
|
| x_long.c | 25 static int long_new(ASN1_VALUE **pval, const ASN1_ITEM *it); 26 static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it); 29 const ASN1_ITEM *it); 31 int utype, char *free_cont, const ASN1_ITEM *it); 32 static int long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, 53 static int long_new(ASN1_VALUE **pval, const ASN1_ITEM *it) 59 static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it) 90 const ASN1_ITEM *it) 133 int utype, char *free_cont, const ASN1_ITEM *it) 193 static int long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it [all...] |
| x_int64.c | 24 * We abuse the ASN1_ITEM fields |size| as a flags field 29 static int uint64_new(ASN1_VALUE **pval, const ASN1_ITEM *it) 38 static void uint64_free(ASN1_VALUE **pval, const ASN1_ITEM *it) 44 static void uint64_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) 50 const ASN1_ITEM *it) 74 int utype, char *free_cont, const ASN1_ITEM *it) 114 static int uint64_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, 124 static int uint32_new(ASN1_VALUE **pval, const ASN1_ITEM *it) 133 static void uint32_free(ASN1_VALUE **pval, const ASN1_ITEM *it) 139 static void uint32_clear(ASN1_VALUE **pval, const ASN1_ITEM *it [all...] |
| nsseq.c | 16 static int nsseq_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
|
| tasn_new.c | 18 static int asn1_item_embed_new(ASN1_VALUE **pval, const ASN1_ITEM *it, 20 static int asn1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it, 22 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it); 25 static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it); 27 ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it) 37 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it) 42 int asn1_item_embed_new(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed) 169 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) 204 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item); 262 static int asn1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/asn1/ |
| asn1_local.h | 23 /* The ASN1_ITEM associated with this field */ 24 const ASN1_ITEM *it; 52 int ossl_asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it); 54 const ASN1_ITEM *it); 56 const ASN1_ITEM *it); 66 int ossl_asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it); 68 void ossl_asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it); 69 void ossl_asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it); 71 const ASN1_ITEM *it); 73 const ASN1_ITEM *it) [all...] |
| x_bignum.c | 24 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, 64 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it) 73 static int bn_secure_new(ASN1_VALUE **pval, const ASN1_ITEM *it) 82 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it [all...] |
| asn1_item_list.c | 28 const ASN1_ITEM *ASN1_ITEM_lookup(const char *name) 33 const ASN1_ITEM *it = ASN1_ITEM_ptr(asn1_item_list[i]); 41 const ASN1_ITEM *ASN1_ITEM_get(size_t i)
|
| x_long.c | 21 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, 48 static int long_new(ASN1_VALUE **pval, const ASN1_ITEM *it) 54 static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it) 85 const ASN1_ITEM *it) 128 int utype, char *free_cont, const ASN1_ITEM *it) 188 static int long_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it [all...] |
| asn_pack.c | 16 ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, ASN1_STRING **oct) 52 void *ASN1_item_unpack(const ASN1_STRING *oct, const ASN1_ITEM *it) 63 void *ASN1_item_unpack_ex(const ASN1_STRING *oct, const ASN1_ITEM *it,
|
| x_int64.c | 24 * We abuse the ASN1_ITEM fields |size| as a flags field 29 static int uint64_new(ASN1_VALUE **pval, const ASN1_ITEM *it) 36 static void uint64_free(ASN1_VALUE **pval, const ASN1_ITEM *it) 42 static void uint64_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) 48 const ASN1_ITEM *it) 72 int utype, char *free_cont, const ASN1_ITEM *it) 112 static int uint64_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it, 122 static int uint32_new(ASN1_VALUE **pval, const ASN1_ITEM *it) 129 static void uint32_free(ASN1_VALUE **pval, const ASN1_ITEM *it) 135 static void uint32_clear(ASN1_VALUE **pval, const ASN1_ITEM *it [all...] |
| tasn_utl.c | 26 * Given an ASN1_ITEM CHOICE type return the selector value 29 int ossl_asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it) 37 const ASN1_ITEM *it) 45 * Given an ASN1_ITEM CHOICE type set the selector value, return old value. 49 const ASN1_ITEM *it) 68 int ossl_asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it) 116 static ASN1_ENCODING *asn1_get_enc_ptr(ASN1_VALUE **pval, const ASN1_ITEM *it) 129 const ASN1_ITEM *it) 141 void ossl_asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it) 152 void ossl_asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it [all...] |
| tasn_new.c | 18 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) 37 ASN1_VALUE *ASN1_item_new_ex(const ASN1_ITEM *it, OSSL_LIB_CTX *libctx, 48 int ossl_asn1_item_ex_new_intern(ASN1_VALUE **pval, const ASN1_ITEM *it, 54 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it) 59 int asn1_item_embed_new(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed, 172 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it [all...] |
| nsseq.c | 16 static int nsseq_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
|
| /src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| asn1_local.h | 21 /* 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 *it) [all...] |
| x_bignum.c | 24 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) 74 static int bn_secure_new(ASN1_VALUE **pval, const ASN1_ITEM *it) 83 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it [all...] |
| asn1_item_list.c | 27 const ASN1_ITEM *ASN1_ITEM_lookup(const char *name) 32 const ASN1_ITEM *it = ASN1_ITEM_ptr(asn1_item_list[i]); 40 const ASN1_ITEM *ASN1_ITEM_get(size_t i)
|
| x_long.c | 21 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) 55 static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it) 86 const ASN1_ITEM *it) 129 int utype, char *free_cont, const ASN1_ITEM *it) 189 static int long_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it [all...] |
| x_int64.c | 24 * We abuse the ASN1_ITEM fields |size| as a flags field 29 static int uint64_new(ASN1_VALUE **pval, const ASN1_ITEM *it) 38 static void uint64_free(ASN1_VALUE **pval, const ASN1_ITEM *it) 44 static void uint64_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) 50 const ASN1_ITEM *it) 74 int utype, char *free_cont, const ASN1_ITEM *it) 114 static int uint64_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it, 124 static int uint32_new(ASN1_VALUE **pval, const ASN1_ITEM *it) 133 static void uint32_free(ASN1_VALUE **pval, const ASN1_ITEM *it) 139 static void uint32_clear(ASN1_VALUE **pval, const ASN1_ITEM *it [all...] |
| tasn_utl.c | 26 * Given an ASN1_ITEM CHOICE type return the selector value 29 int ossl_asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it) 37 const ASN1_ITEM *it) 45 * Given an ASN1_ITEM CHOICE type set the selector value, return old value. 49 const ASN1_ITEM *it) 68 int ossl_asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it) 112 static ASN1_ENCODING *asn1_get_enc_ptr(ASN1_VALUE **pval, const ASN1_ITEM *it) 125 const ASN1_ITEM *it) 137 void ossl_asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it) 148 void ossl_asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it [all...] |
| tasn_new.c | 18 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) 37 ASN1_VALUE *ASN1_item_new_ex(const ASN1_ITEM *it, OSSL_LIB_CTX *libctx, 49 int ossl_asn1_item_ex_new_intern(ASN1_VALUE **pval, const ASN1_ITEM *it, 55 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it) 60 int asn1_item_embed_new(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed, 174 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it [all...] |
| nsseq.c | 16 static int nsseq_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
|
| /src/crypto/external/apache2/openssl/dist/apps/include/ |
| http_server.h | 68 int http_server_get_asn1_req(const ASN1_ITEM *it, ASN1_VALUE **preq, 86 const ASN1_ITEM *it, const ASN1_VALUE *resp);
|