/external/openssl/crypto/asn1/ |
a_type.c | 103 ASN1_STRING *sdup; 153 result = ASN1_STRING_cmp((ASN1_STRING *) a->value.ptr, 154 (ASN1_STRING *) b->value.ptr);
|
a_strnid.c | 118 /* The following function generates an ASN1_STRING based on limits in a table. 119 * Frequently the types and length of an ASN1_STRING are restricted by a 123 ASN1_STRING *ASN1_STRING_set_by_NID(ASN1_STRING **out, const unsigned char *in, 127 ASN1_STRING *str = NULL;
|
a_utctm.c | 69 return(i2d_ASN1_bytes((ASN1_STRING *)a,pp, 75 ASN1_STRING x = *(ASN1_STRING *)a; 90 ret=(ASN1_UTCTIME *)d2i_ASN1_bytes((ASN1_STRING **)a,pp,length, 176 if (!ASN1_STRING_set((ASN1_STRING *)s,
|
a_strex.c | 262 static int do_dump(unsigned long lflags, char_io *io_ch, void *arg, ASN1_STRING *str) 264 /* Placing the ASN1_STRING in a temp ASN1_TYPE allows 308 * ASN1_STRING taking note of various escape 314 static int do_print_ex(char_io *io_ch, void *arg, unsigned long lflags, ASN1_STRING *str) 398 ASN1_STRING *val; 543 int ASN1_STRING_print_ex(BIO *out, ASN1_STRING *str, unsigned long flags) 549 int ASN1_STRING_print_ex_fp(FILE *fp, ASN1_STRING *str, unsigned long flags) 559 int ASN1_STRING_to_UTF8(unsigned char **out, ASN1_STRING *in) 561 ASN1_STRING stmp, *str = &stmp;
|
tasn_prn.c | 501 static int asn1_print_obstring_ctx(BIO *out, ASN1_STRING *str, int indent, 525 ASN1_STRING *str; 534 str = (ASN1_STRING *)*fld; 544 str = (ASN1_STRING *)*fld;
|
x_name.c | 81 static int asn1_string_canon(ASN1_STRING *out, ASN1_STRING *in); 394 static int asn1_string_canon(ASN1_STRING *out, ASN1_STRING *in)
|
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)
|
a_mbstr.c | 83 int ASN1_mbstring_copy(ASN1_STRING **out, const unsigned char *in, int len, 89 int ASN1_mbstring_ncopy(ASN1_STRING **out, const unsigned char *in, int len, 97 ASN1_STRING *dest;
|
t_x509.c | 294 int X509_signature_dump(BIO *bp, const ASN1_STRING *sig, int indent) 316 int X509_signature_print(BIO *bp, X509_ALGOR *sigalg, ASN1_STRING *sig) 341 int ASN1_STRING_print(BIO *bp, const ASN1_STRING *v)
|
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
a_strnid.c | 118 /* The following function generates an ASN1_STRING based on limits in a table. 119 * Frequently the types and length of an ASN1_STRING are restricted by a 123 ASN1_STRING *ASN1_STRING_set_by_NID(ASN1_STRING **out, const unsigned char *in, 127 ASN1_STRING *str = NULL;
|
a_utctm.c | 69 return(i2d_ASN1_bytes((ASN1_STRING *)a,pp, 75 ASN1_STRING x = *(ASN1_STRING *)a; 90 ret=(ASN1_UTCTIME *)d2i_ASN1_bytes((ASN1_STRING **)a,pp,length, 176 if (!ASN1_STRING_set((ASN1_STRING *)s,
|
a_strex.c | 262 static int do_dump(unsigned long lflags, char_io *io_ch, void *arg, ASN1_STRING *str) 264 /* Placing the ASN1_STRING in a temp ASN1_TYPE allows 308 * ASN1_STRING taking note of various escape 314 static int do_print_ex(char_io *io_ch, void *arg, unsigned long lflags, ASN1_STRING *str) 398 ASN1_STRING *val; 543 int ASN1_STRING_print_ex(BIO *out, ASN1_STRING *str, unsigned long flags) 549 int ASN1_STRING_print_ex_fp(FILE *fp, ASN1_STRING *str, unsigned long flags) 559 int ASN1_STRING_to_UTF8(unsigned char **out, ASN1_STRING *in) 561 ASN1_STRING stmp, *str = &stmp;
|
tasn_prn.c | 501 static int asn1_print_obstring_ctx(BIO *out, ASN1_STRING *str, int indent, 525 ASN1_STRING *str; 534 str = (ASN1_STRING *)*fld; 544 str = (ASN1_STRING *)*fld;
|
x_name.c | 81 static int asn1_string_canon(ASN1_STRING *out, ASN1_STRING *in); 394 static int asn1_string_canon(ASN1_STRING *out, ASN1_STRING *in)
|
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)
|
a_mbstr.c | 83 int ASN1_mbstring_copy(ASN1_STRING **out, const unsigned char *in, int len, 89 int ASN1_mbstring_ncopy(ASN1_STRING **out, const unsigned char *in, int len, 97 ASN1_STRING *dest;
|
t_x509.c | 294 int X509_signature_dump(BIO *bp, const ASN1_STRING *sig, int indent) 316 int X509_signature_print(BIO *bp, X509_ALGOR *sigalg, ASN1_STRING *sig) 341 int ASN1_STRING_print(BIO *bp, const ASN1_STRING *v)
|
/external/openssl/crypto/cms/ |
cms_lcl.h | 348 ASN1_STRING *extendedCertificate; /* Obsolete */ 349 ASN1_STRING *v1AttrCert; /* Left encoded for now */ 350 ASN1_STRING *v2AttrCert; /* Left encoded for now */
|
/external/chromium_org/third_party/openssl/openssl/crypto/dh/ |
dh_ameth.c | 77 ASN1_STRING *pstr; 136 ASN1_STRING *str; 190 ASN1_STRING *pstr; 238 ASN1_STRING *params = NULL;
|
/external/openssl/crypto/dh/ |
dh_ameth.c | 77 ASN1_STRING *pstr; 136 ASN1_STRING *str; 190 ASN1_STRING *pstr; 238 ASN1_STRING *params = NULL;
|
/external/chromium_org/third_party/openssl/openssl/crypto/dsa/ |
dsa_ameth.c | 75 ASN1_STRING *pstr; 149 ASN1_STRING *str; 196 ASN1_STRING *pstr; 305 ASN1_STRING *params = NULL; 546 const ASN1_STRING *sig,
|
/external/openssl/crypto/dsa/ |
dsa_ameth.c | 75 ASN1_STRING *pstr; 149 ASN1_STRING *str; 196 ASN1_STRING *pstr; 305 ASN1_STRING *params = NULL; 546 const ASN1_STRING *sig,
|
/external/chromium_org/third_party/openssl/openssl/crypto/ocsp/ |
ocsp_ext.c | 268 ASN1_STRING *ASN1_STRING_encode(ASN1_STRING *s, i2d_of_void *i2d, 507 if (!ASN1_STRING_set((ASN1_STRING*)ia5, *urls, -1)) goto err;
|
/external/chromium_org/third_party/openssl/openssl/crypto/rsa/ |
rsa_ameth.c | 386 const ASN1_STRING *sig, 582 ASN1_STRING *os1 = NULL, *os2 = NULL; 618 ASN1_STRING *stmp = NULL;
|
/external/openssl/crypto/ocsp/ |
ocsp_ext.c | 268 ASN1_STRING *ASN1_STRING_encode(ASN1_STRING *s, i2d_of_void *i2d, 507 if (!ASN1_STRING_set((ASN1_STRING*)ia5, *urls, -1)) goto err;
|