/external/boringssl/src/crypto/asn1/ |
H A D | asn_pack.c | 65 ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, ASN1_STRING **oct) 67 ASN1_STRING *octmp; 93 /* Extract an ASN1 object from an ASN1_STRING */ 95 void *ASN1_item_unpack(ASN1_STRING *oct, const ASN1_ITEM *it)
|
H A D | asn1_lib.c | 376 int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str) 387 ASN1_STRING *ASN1_STRING_dup(const ASN1_STRING *str) 389 ASN1_STRING *ret; 403 int ASN1_STRING_set(ASN1_STRING *str, const void *_data, int len) 440 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len) 448 ASN1_STRING *ASN1_STRING_new(void) 454 ASN1_STRING *ASN1_STRING_type_new(int type) 456 ASN1_STRING *re [all...] |
H A D | tasn_typ.c | 98 /* Just swallow an ASN1_SEQUENCE in an ASN1_STRING */; 106 IMPLEMENT_ASN1_FUNCTIONS_name(ASN1_STRING, ASN1_PRINTABLE); 109 IMPLEMENT_ASN1_FUNCTIONS_name(ASN1_STRING, DISPLAYTEXT); 112 IMPLEMENT_ASN1_FUNCTIONS_name(ASN1_STRING, DIRECTORYSTRING);
|
H A D | a_bytes.c | 66 static int asn1_collate_primitive(ASN1_STRING *a, ASN1_const_CTX *c); 69 ASN1_STRING *d2i_ASN1_type_bytes(ASN1_STRING **a, const unsigned char **pp, 72 ASN1_STRING *ret=NULL; 134 int i2d_ASN1_bytes(ASN1_STRING *a, unsigned char **pp, int tag, int xclass) 160 ASN1_STRING *d2i_ASN1_bytes(ASN1_STRING **a, const unsigned char **pp, 163 ASN1_STRING *ret=NULL; 255 static int asn1_collate_primitive(ASN1_STRING *a, ASN1_const_CTX *c) 257 ASN1_STRING *o [all...] |
H A D | a_type.c | 104 ASN1_STRING *sdup; 154 result = ASN1_STRING_cmp((ASN1_STRING *) a->value.ptr, 155 (ASN1_STRING *) b->value.ptr);
|
H A D | a_time.c | 86 return(i2d_ASN1_bytes((ASN1_STRING *)a,pp, 187 if (s && !ASN1_STRING_copy((ASN1_STRING *)s, (ASN1_STRING *)&t))
|
H A D | f_string.c | 64 int i2a_ASN1_STRING(BIO *bp, ASN1_STRING *a, int type) 97 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size)
|
H A D | a_mbstr.c | 84 int ASN1_mbstring_copy(ASN1_STRING **out, const unsigned char *in, int len, 90 int ASN1_mbstring_ncopy(ASN1_STRING **out, const unsigned char *in, int len, 98 ASN1_STRING *dest;
|
H A D | a_strnid.c | 116 /* The following function generates an ASN1_STRING based on limits in a table. 117 * Frequently the types and length of an ASN1_STRING are restricted by a 121 ASN1_STRING *ASN1_STRING_set_by_NID(ASN1_STRING **out, const unsigned char *in, 125 ASN1_STRING *str = NULL;
|
H A D | a_utctm.c | 70 return(i2d_ASN1_bytes((ASN1_STRING *)a,pp, 80 ret=(ASN1_UTCTIME *)d2i_ASN1_bytes((ASN1_STRING **)a,pp,length, 207 if (!ASN1_STRING_set((ASN1_STRING *)s,
|
H A D | tasn_prn.c | 517 static int asn1_print_obstring_ctx(BIO *out, ASN1_STRING *str, int indent, 540 ASN1_STRING *str; 549 str = (ASN1_STRING *)*fld; 559 str = (ASN1_STRING *)*fld;
|
H A D | a_gentm.c | 196 if (!ASN1_STRING_set((ASN1_STRING *)s,
|
H A D | tasn_fre.c | 259 ASN1_STRING_free((ASN1_STRING *)*pval);
|
/external/boringssl/include/openssl/ |
H A D | asn1.h | 206 /* This indicates that the ASN1_STRING is not a real value but just a place 218 /* This flag is used by ASN1 code to indicate an ASN1_STRING is an MSTRING 481 ASN1_STRING * asn1_string; 499 ASN1_STRING * set; 500 ASN1_STRING * sequence; 542 #define M_ASN1_BIT_STRING_free(a) ASN1_STRING_free((ASN1_STRING *)a) 544 ASN1_STRING_dup((const ASN1_STRING *)a) 546 (const ASN1_STRING *)a,(const ASN1_STRING *)b) 547 #define M_ASN1_BIT_STRING_set(a,b,c) ASN1_STRING_set((ASN1_STRING *) [all...] |
H A D | base.h | 158 typedef struct asn1_string_st ASN1_STRING; typedef in typeref:struct:asn1_string_st
|
/external/boringssl/src/include/openssl/ |
H A D | asn1.h | 206 /* This indicates that the ASN1_STRING is not a real value but just a place 218 /* This flag is used by ASN1 code to indicate an ASN1_STRING is an MSTRING 481 ASN1_STRING * asn1_string; 499 ASN1_STRING * set; 500 ASN1_STRING * sequence; 542 #define M_ASN1_BIT_STRING_free(a) ASN1_STRING_free((ASN1_STRING *)a) 544 ASN1_STRING_dup((const ASN1_STRING *)a) 546 (const ASN1_STRING *)a,(const ASN1_STRING *)b) 547 #define M_ASN1_BIT_STRING_set(a,b,c) ASN1_STRING_set((ASN1_STRING *) [all...] |
H A D | base.h | 158 typedef struct asn1_string_st ASN1_STRING; typedef in typeref:struct:asn1_string_st
|
/external/boringssl/src/crypto/x509v3/ |
H A D | v3_ia5.c | 107 if(!ASN1_STRING_set((ASN1_STRING *)ia5, (unsigned char*)str,
|
/external/boringssl/src/crypto/x509/ |
H A D | a_strex.c | 250 static int do_dump(unsigned long lflags, char_io *io_ch, void *arg, ASN1_STRING *str) 252 /* Placing the ASN1_STRING in a temp ASN1_TYPE allows 296 * ASN1_STRING taking note of various escape 302 static int do_print_ex(char_io *io_ch, void *arg, unsigned long lflags, ASN1_STRING *str) 386 ASN1_STRING *val; 531 int ASN1_STRING_print_ex(BIO *out, ASN1_STRING *str, unsigned long flags) 537 int ASN1_STRING_print_ex_fp(FILE *fp, ASN1_STRING *str, unsigned long flags) 547 int ASN1_STRING_to_UTF8(unsigned char **out, ASN1_STRING *in) 549 ASN1_STRING stmp, *str = &stmp;
|
H A D | x509.c | 130 int X509_signature_dump(BIO *bp, const ASN1_STRING *sig, int indent) {
|
H A D | x_name.c | 87 static int asn1_string_canon(ASN1_STRING *out, ASN1_STRING *in); 413 static int asn1_string_canon(ASN1_STRING *out, ASN1_STRING *in)
|
H A D | x509name.c | 80 ASN1_STRING *data; 370 ASN1_STRING *X509_NAME_ENTRY_get_data(X509_NAME_ENTRY *ne)
|
/external/boringssl/src/crypto/pkcs8/ |
H A D | p5_pbe.c | 83 ASN1_STRING *pbe_str=NULL;
|
/external/boringssl/src/crypto/evp/ |
H A D | p_dsa_asn1.c | 76 ASN1_STRING *pstr; 132 ASN1_STRING *pval = NULL; 179 ASN1_STRING *pstr; 248 ASN1_STRING *params = NULL; 467 const ASN1_STRING *sig, int indent, ASN1_PCTX *pctx) {
|
H A D | p_rsa_asn1.c | 425 const ASN1_STRING *sig, int indent, ASN1_PCTX *pctx) { 479 ASN1_STRING *stmp = NULL; 545 static ASN1_STRING *rsa_ctx_to_pss(EVP_PKEY_CTX *pkctx) { 548 ASN1_STRING *os = NULL; 693 ASN1_STRING *os1 = rsa_ctx_to_pss(pkctx);
|