/third_party/openssl/include/openssl/ |
D | ossl_typ.h | 22 # define ASN1_INTEGER ASN1_STRING 23 # define ASN1_ENUMERATED ASN1_STRING 24 # define ASN1_BIT_STRING ASN1_STRING 25 # define ASN1_OCTET_STRING ASN1_STRING 26 # define ASN1_PRINTABLESTRING ASN1_STRING 27 # define ASN1_T61STRING ASN1_STRING 28 # define ASN1_IA5STRING ASN1_STRING 29 # define ASN1_UTCTIME ASN1_STRING 30 # define ASN1_GENERALIZEDTIME ASN1_STRING 31 # define ASN1_TIME ASN1_STRING [all …]
|
D | asn1.h | 449 ASN1_STRING *asn1_string; 469 ASN1_STRING *set; 470 ASN1_STRING *sequence; 538 ASN1_STRING *ASN1_STRING_new(void); 539 void ASN1_STRING_free(ASN1_STRING *a); 540 void ASN1_STRING_clear_free(ASN1_STRING *a); 541 int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str); 542 ASN1_STRING *ASN1_STRING_dup(const ASN1_STRING *a); 543 ASN1_STRING *ASN1_STRING_type_new(int type); 544 int ASN1_STRING_cmp(const ASN1_STRING *a, const ASN1_STRING *b); [all …]
|
D | x509v3.h | 119 ASN1_STRING *nameAssigner; 120 ASN1_STRING *partyName; 139 ASN1_STRING *x400Address; 228 ASN1_STRING *organization; 234 ASN1_STRING *exptext; 870 DEFINE_STACK_OF(ASN1_STRING) 891 const ASN1_STRING *NAMING_AUTHORITY_get0_authorityText( 898 ASN1_STRING* namingAuthorityText); 922 const STACK_OF(ASN1_STRING) *PROFESSION_INFO_get0_professionItems( 925 PROFESSION_INFO *pi, STACK_OF(ASN1_STRING) *as);
|
/third_party/openssl/crypto/asn1/ |
D | asn1_lib.c | 243 int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str) in ASN1_STRING_copy() 256 ASN1_STRING *ASN1_STRING_dup(const ASN1_STRING *str) in ASN1_STRING_dup() 258 ASN1_STRING *ret; in ASN1_STRING_dup() 271 int ASN1_STRING_set(ASN1_STRING *str, const void *_data, int len_in) in ASN1_STRING_set() 325 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len) in ASN1_STRING_set0() 332 ASN1_STRING *ASN1_STRING_new(void) in ASN1_STRING_new() 337 ASN1_STRING *ASN1_STRING_type_new(int type) in ASN1_STRING_type_new() 339 ASN1_STRING *ret; in ASN1_STRING_type_new() 350 void asn1_string_embed_free(ASN1_STRING *a, int embed) in asn1_string_embed_free() 360 void ASN1_STRING_free(ASN1_STRING *a) in ASN1_STRING_free() [all …]
|
D | asn_pack.c | 16 ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, ASN1_STRING **oct) in ASN1_item_pack() 18 ASN1_STRING *octmp; in ASN1_item_pack() 53 void *ASN1_item_unpack(const ASN1_STRING *oct, const ASN1_ITEM *it) in ASN1_item_unpack()
|
D | tasn_typ.c | 58 IMPLEMENT_ASN1_FUNCTIONS_name(ASN1_STRING, ASN1_PRINTABLE) 61 IMPLEMENT_ASN1_FUNCTIONS_name(ASN1_STRING, DISPLAYTEXT) 64 IMPLEMENT_ASN1_FUNCTIONS_name(ASN1_STRING, DIRECTORYSTRING)
|
D | a_strex.c | 261 const ASN1_STRING *str) in do_dump() 332 const ASN1_STRING *str) in do_print_ex() 430 const ASN1_STRING *val; in do_name_ex() 588 int ASN1_STRING_print_ex(BIO *out, const ASN1_STRING *str, unsigned long flags) in ASN1_STRING_print_ex() 594 int ASN1_STRING_print_ex_fp(FILE *fp, const ASN1_STRING *str, unsigned long flags) in ASN1_STRING_print_ex_fp() 605 int ASN1_STRING_to_UTF8(unsigned char **out, const ASN1_STRING *in) in ASN1_STRING_to_UTF8() 607 ASN1_STRING stmp, *str = &stmp; in ASN1_STRING_to_UTF8()
|
D | a_type.c | 53 ASN1_STRING *sdup; in ASN1_TYPE_set1() 101 result = ASN1_STRING_cmp((ASN1_STRING *)a->value.ptr, in ASN1_TYPE_cmp() 102 (ASN1_STRING *)b->value.ptr); in ASN1_TYPE_cmp()
|
D | a_strnid.c | 79 ASN1_STRING *ASN1_STRING_set_by_NID(ASN1_STRING **out, in ASN1_STRING_set_by_NID() 84 ASN1_STRING *str = NULL; in ASN1_STRING_set_by_NID()
|
D | a_int.c | 319 static int asn1_string_get_int64(int64_t *pr, const ASN1_STRING *a, int itype) in asn1_string_get_int64() 332 static int asn1_string_set_int64(ASN1_STRING *a, int64_t r, int itype) in asn1_string_set_int64() 353 static int asn1_string_get_uint64(uint64_t *pr, const ASN1_STRING *a, in asn1_string_get_uint64() 371 static int asn1_string_set_uint64(ASN1_STRING *a, uint64_t r, int itype) in asn1_string_set_uint64() 449 static ASN1_STRING *bn_to_asn1_string(const BIGNUM *bn, ASN1_STRING *ai, in bn_to_asn1_string()
|
D | tasn_prn.c | 419 static int asn1_print_obstring(BIO *out, const ASN1_STRING *str, int indent) in asn1_print_obstring() 439 ASN1_STRING *str; in asn1_primitive_print() 449 str = (ASN1_STRING *)*fld; in asn1_primitive_print() 456 str = (ASN1_STRING *)*fld; in asn1_primitive_print() 462 str = (ASN1_STRING *)*fld; in asn1_primitive_print()
|
D | f_string.c | 16 int i2a_ASN1_STRING(BIO *bp, const ASN1_STRING *a, int type) in i2a_ASN1_STRING() 48 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size) in a2i_ASN1_STRING()
|
D | a_mbstr.c | 35 int ASN1_mbstring_copy(ASN1_STRING **out, const unsigned char *in, int len, in ASN1_mbstring_copy() 41 int ASN1_mbstring_ncopy(ASN1_STRING **out, const unsigned char *in, int len, in ASN1_mbstring_ncopy() 49 ASN1_STRING *dest; in ASN1_mbstring_ncopy()
|
/third_party/openssl/doc/man3/ |
D | ASN1_STRING_length.pod | 7 ASN1_STRING_to_UTF8 - ASN1_STRING utility functions 13 int ASN1_STRING_length(ASN1_STRING *x); 14 const unsigned char * ASN1_STRING_get0_data(const ASN1_STRING *x); 15 unsigned char * ASN1_STRING_data(ASN1_STRING *x); 17 ASN1_STRING * ASN1_STRING_dup(ASN1_STRING *a); 19 int ASN1_STRING_cmp(ASN1_STRING *a, ASN1_STRING *b); 21 int ASN1_STRING_set(ASN1_STRING *str, const void *data, int len); 23 int ASN1_STRING_type(const ASN1_STRING *x); 25 int ASN1_STRING_to_UTF8(unsigned char **out, const ASN1_STRING *in); 29 These functions allow an B<ASN1_STRING> structure to be manipulated. [all …]
|
D | ASN1_STRING_new.pod | 6 ASN1_STRING allocation functions 12 ASN1_STRING * ASN1_STRING_new(void); 13 ASN1_STRING * ASN1_STRING_type_new(int type); 14 void ASN1_STRING_free(ASN1_STRING *a); 18 ASN1_STRING_new() returns an allocated B<ASN1_STRING> structure. Its type 21 ASN1_STRING_type_new() returns an allocated B<ASN1_STRING> structure of 29 Other string types call the B<ASN1_STRING> functions. For example 35 ASN1_STRING structure or B<NULL> if an error occurred.
|
D | ASN1_STRING_print_ex.pod | 6 - ASN1_STRING output routines 12 int ASN1_STRING_print_ex(BIO *out, const ASN1_STRING *str, unsigned long flags); 13 int ASN1_STRING_print_ex_fp(FILE *fp, const ASN1_STRING *str, unsigned long flags); 14 int ASN1_STRING_print(BIO *out, const ASN1_STRING *str); 20 These functions output an B<ASN1_STRING> structure. B<ASN1_STRING> is used to
|
D | ADMISSIONS.pod | 54 const ASN1_STRING *NAMING_AUTHORITY_get0_authorityText( 57 ASN1_STRING* namingAuthorityText); 83 const STACK_OF(ASN1_STRING) *PROFESSION_INFO_get0_professionItems( 86 PROFESSION_INFO *pi, STACK_OF(ASN1_STRING) *as);
|
D | X509_NAME_ENTRY_get_object.pod | 15 ASN1_STRING *X509_NAME_ENTRY_get_data(const X509_NAME_ENTRY *ne); 37 and B<ASN1_STRING> structure. 72 X509_NAME_ENTRY_get_data() returns a valid B<ASN1_STRING> structure if it is set
|
D | ASN1_TYPE_get.pod | 56 is and ASN1_STRING structure. If B<type> corresponds to a primitive type 57 (or a string type) then the contents of the ASN1_STRING contain the content 60 ASN1_STRING contains the entire ASN.1 encoding verbatim (including tag and
|
/third_party/openssl/crypto/x509v3/ |
D | v3_admis.h | 16 ASN1_STRING* namingAuthorityText; /* i.e. DIRECTORYSTRING */ 21 STACK_OF(ASN1_STRING)* professionItems; /* i.e. DIRECTORYSTRING */
|
D | v3_admis.c | 174 ASN1_STRING* val = sk_ASN1_STRING_value(pinfo->professionItems, k); in i2r_ADMISSION_SYNTAX() 229 const ASN1_STRING *NAMING_AUTHORITY_get0_authorityText( in NAMING_AUTHORITY_get0_authorityText() 235 void NAMING_AUTHORITY_set0_authorityText(NAMING_AUTHORITY *n, ASN1_STRING* t) in NAMING_AUTHORITY_set0_authorityText() 322 const STACK_OF(ASN1_STRING) *PROFESSION_INFO_get0_professionItems(const PROFESSION_INFO *pi) in STACK_OF() argument 328 STACK_OF(ASN1_STRING) *as) in PROFESSION_INFO_set0_professionItems()
|
/third_party/openssl/crypto/rsa/ |
D | rsa_ameth.c | 31 ASN1_STRING **pstr, int *pstrtype) in rsa_param_encode() 79 ASN1_STRING *str; in rsa_pub_encode() 158 ASN1_STRING *str; in rsa_priv_encode() 449 const ASN1_STRING *sig, int indent, ASN1_PCTX *pctx) in rsa_sig_print() 553 ASN1_STRING *stmp = NULL; in rsa_md_to_mgf1() 647 static ASN1_STRING *rsa_ctx_to_pss_string(EVP_PKEY_CTX *pkctx) in rsa_ctx_to_pss_string() 650 ASN1_STRING *os; in rsa_ctx_to_pss_string() 804 ASN1_STRING *os = NULL; in rsa_cms_sign() 838 ASN1_STRING *os1 = NULL; in rsa_item_sign() 844 ASN1_STRING *os2 = ASN1_STRING_dup(os1); in rsa_item_sign() [all …]
|
/third_party/openssl/crypto/dsa/ |
D | dsa_ameth.c | 26 const ASN1_STRING *pstr; in dsa_pub_decode() 83 ASN1_STRING *str = NULL; in dsa_pub_encode() 143 const ASN1_STRING *pstr; in dsa_priv_decode() 205 ASN1_STRING *params = NULL; in dsa_priv_encode() 430 const ASN1_STRING *sig, int indent, ASN1_PCTX *pctx) in dsa_sig_print()
|
/third_party/openssl/include/crypto/ |
D | asn1.h | 41 const X509_ALGOR *sigalg, const ASN1_STRING *sig, 56 const ASN1_STRING *sig);
|
/third_party/openssl/crypto/x509/ |
D | x_name.c | 38 static int asn1_string_canon(ASN1_STRING *out, const ASN1_STRING *in); 384 static int asn1_string_canon(ASN1_STRING *out, const ASN1_STRING *in) in asn1_string_canon()
|