Searched refs:ASN1_STRING_set (Results 1 – 16 of 16) sorted by relevance
/external/boringssl/src/crypto/asn1/ |
D | a_time.c | 133 if (!ASN1_STRING_set(ret, t->data, t->length)) in ASN1_TIME_to_generalizedtime() 139 if (!ASN1_STRING_set(ret, NULL, t->length + 2)) in ASN1_TIME_to_generalizedtime()
|
D | asn1_lib.c | 311 if (!ASN1_STRING_set(dst, str->data, str->length)) in ASN1_STRING_copy() 332 int ASN1_STRING_set(ASN1_STRING *str, const void *_data, int len) in ASN1_STRING_set() function
|
D | a_gentm.c | 198 if (!ASN1_STRING_set((ASN1_STRING *)s, in ASN1_GENERALIZEDTIME_set_string()
|
D | a_utctm.c | 174 if (!ASN1_STRING_set((ASN1_STRING *)s, in ASN1_UTCTIME_set_string()
|
D | a_mbstr.c | 207 if (!ASN1_STRING_set(dest, in, len)) { in ASN1_mbstring_ncopy()
|
D | tasn_dec.c | 955 if (!ASN1_STRING_set(stmp, cont, len)) { in asn1_ex_c2i()
|
/external/boringssl/src/crypto/x509/ |
D | x_x509a.c | 106 return ASN1_STRING_set(aux->alias, name, len); in X509_alias_set1() 123 return ASN1_STRING_set(aux->keyid, id, len); in X509_keyid_set1()
|
D | asn1_gen.c | 722 if (!ASN1_STRING_set(atmp->value.asn1_string, str, -1)) { in asn1_str2type() 782 ASN1_STRING_set(atmp->value.asn1_string, str, -1); in asn1_str2type()
|
D | x509name.c | 365 i = ASN1_STRING_set(ne->value, bytes, len); in X509_NAME_ENTRY_set_data()
|
D | x509_att.c | 306 if (!ASN1_STRING_set(stmp, data, len)) in X509_ATTRIBUTE_set1_data()
|
D | x509_test.cc | 945 ASSERT_TRUE(ASN1_STRING_set(tm.get(), t.val, strlen(t.val))); in TEST()
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_ia5.c | 113 if (!ASN1_STRING_set((ASN1_STRING *)ia5, (unsigned char *)str, in s2i_ASN1_IA5STRING()
|
D | v3_cpols.c | 251 if (!ASN1_STRING_set(qual->d.cpsuri, cnf->value, in policy_section() 324 if (!ASN1_STRING_set(not->exptext, cnf->value, in notice_section() 339 if (!ASN1_STRING_set(nref->organization, cnf->value, in notice_section()
|
D | v3name_test.cc | 197 if (!ASN1_STRING_set(ia5, name, -1)) in set_altname()
|
D | v3_alt.c | 515 !ASN1_STRING_set(gen->d.ia5, (unsigned char *)value, in a2i_GENERAL_NAME()
|
/external/boringssl/src/include/openssl/ |
D | asn1.h | 512 #define M_ASN1_BIT_STRING_set(a,b,c) ASN1_STRING_set((ASN1_STRING *)a,b,c) 537 #define M_ASN1_OCTET_STRING_set(a,b,c) ASN1_STRING_set((ASN1_STRING *)a,b,c) 657 OPENSSL_EXPORT int ASN1_STRING_set(ASN1_STRING *str, const void *data, int len);
|