Home
last modified time | relevance | path

Searched refs:ASN1_STRING_set (Results 1 – 16 of 16) sorted by relevance

/external/boringssl/src/crypto/asn1/
Da_time.c150 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()
Dasn1_lib.c381 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
Da_gentm.c196 if (!ASN1_STRING_set((ASN1_STRING *)s, in ASN1_GENERALIZEDTIME_set_string()
Da_utctm.c207 if (!ASN1_STRING_set((ASN1_STRING *)s, in ASN1_UTCTIME_set_string()
Da_mbstr.c201 if(!ASN1_STRING_set(dest, in, len)) { in ASN1_mbstring_ncopy()
Dtasn_dec.c1055 if (!ASN1_STRING_set(stmp, cont, len)) in asn1_ex_c2i()
/external/boringssl/src/crypto/x509/
Dx_x509a.c101 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()
Dasn1_gen.c734 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()
Dx509name.c352 i=ASN1_STRING_set(ne->value,bytes,len); in X509_NAME_ENTRY_set_data()
Dx509_att.c295 if(!ASN1_STRING_set(stmp, data, len)) goto err; in X509_ATTRIBUTE_set1_data()
/external/boringssl/src/crypto/x509v3/
Dv3_ia5.c107 if(!ASN1_STRING_set((ASN1_STRING *)ia5, (unsigned char*)str, in s2i_ASN1_IA5STRING()
Dv3_cpols.c239 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()
Dv3name_test.c184 if (!ASN1_STRING_set(ia5, name, -1)) in set_altname()
Dv3_alt.c510 !ASN1_STRING_set(gen->d.ia5, (unsigned char*)value, in a2i_GENERAL_NAME()
/external/boringssl/src/crypto/pkcs8/
Dp5_pbe.c101 if (!ASN1_STRING_set(pbe->salt, NULL, saltlen))
/external/boringssl/src/include/openssl/
Dasn1.h547 #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);