Searched refs:ASN1_STRING_set (Results 1 – 16 of 16) sorted by relevance
/external/boringssl/src/crypto/asn1/ |
D | a_time.c | 150 if(!ASN1_STRING_set(ret, t->data, t->length)) in ASN1_TIME_to_generalizedtime() 156 if (!ASN1_STRING_set(ret, NULL, t->length + 2)) in ASN1_TIME_to_generalizedtime()
|
D | asn1_lib.c | 381 if (!ASN1_STRING_set(dst,str->data,str->length)) in ASN1_STRING_copy() 403 int ASN1_STRING_set(ASN1_STRING *str, const void *_data, int len) in ASN1_STRING_set() function
|
D | a_gentm.c | 196 if (!ASN1_STRING_set((ASN1_STRING *)s, in ASN1_GENERALIZEDTIME_set_string()
|
D | a_utctm.c | 207 if (!ASN1_STRING_set((ASN1_STRING *)s, in ASN1_UTCTIME_set_string()
|
D | a_mbstr.c | 201 if(!ASN1_STRING_set(dest, in, len)) { in ASN1_mbstring_ncopy()
|
D | tasn_dec.c | 1055 if (!ASN1_STRING_set(stmp, cont, len)) in asn1_ex_c2i()
|
/external/boringssl/src/crypto/x509/ |
D | x_x509a.c | 101 return ASN1_STRING_set(aux->alias, name, len); in X509_alias_set1() 117 return ASN1_STRING_set(aux->keyid, id, len); in X509_keyid_set1()
|
D | asn1_gen.c | 734 if (!ASN1_STRING_set(atmp->value.asn1_string, str, -1)) in asn1_str2type() 804 ASN1_STRING_set(atmp->value.asn1_string, str, -1); in asn1_str2type()
|
D | x509name.c | 352 i=ASN1_STRING_set(ne->value,bytes,len); in X509_NAME_ENTRY_set_data()
|
D | x509_att.c | 295 if(!ASN1_STRING_set(stmp, data, len)) goto err; in X509_ATTRIBUTE_set1_data()
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_ia5.c | 107 if(!ASN1_STRING_set((ASN1_STRING *)ia5, (unsigned char*)str, in s2i_ASN1_IA5STRING()
|
D | v3_cpols.c | 239 if(!ASN1_STRING_set(qual->d.cpsuri, cnf->value, in policy_section() 310 if(!ASN1_STRING_set(not->exptext, cnf->value, in notice_section() 320 if(!ASN1_STRING_set(nref->organization, cnf->value, in notice_section()
|
D | v3name_test.c | 184 if (!ASN1_STRING_set(ia5, name, -1)) in set_altname()
|
D | v3_alt.c | 510 !ASN1_STRING_set(gen->d.ia5, (unsigned char*)value, in a2i_GENERAL_NAME()
|
/external/boringssl/src/crypto/pkcs8/ |
D | p5_pbe.c | 101 if (!ASN1_STRING_set(pbe->salt, NULL, saltlen))
|
/external/boringssl/src/include/openssl/ |
D | asn1.h | 547 #define M_ASN1_BIT_STRING_set(a,b,c) ASN1_STRING_set((ASN1_STRING *)a,b,c) 572 #define M_ASN1_OCTET_STRING_set(a,b,c) ASN1_STRING_set((ASN1_STRING *)a,b,c) 762 OPENSSL_EXPORT int ASN1_STRING_set(ASN1_STRING *str, const void *data, int len);
|