Home
last modified time | relevance | path

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

12

/external/openssl/crypto/asn1/
Da_time.c157 if(!ASN1_STRING_set(ret, t->data, t->length)) in ASN1_TIME_to_generalizedtime()
163 if (!ASN1_STRING_set(ret, NULL, t->length + 2)) in ASN1_TIME_to_generalizedtime()
Dx_x509a.c104 return ASN1_STRING_set(aux->alias, name, len); in X509_alias_set1()
120 return ASN1_STRING_set(aux->keyid, id, len); in X509_keyid_set1()
Dp5_pbe.c99 if (!ASN1_STRING_set(pbe->salt, NULL, saltlen))
Dasn1_lib.c351 if (!ASN1_STRING_set(dst,str->data,str->length)) in ASN1_STRING_copy()
373 int ASN1_STRING_set(ASN1_STRING *str, const void *_data, int len) in ASN1_STRING_set() function
Devp_asn1.c122 if (!ASN1_STRING_set(osp,NULL,size)) in ASN1_TYPE_set_int_octetstring()
Da_gentm.c200 if (!ASN1_STRING_set((ASN1_STRING *)s, in ASN1_GENERALIZEDTIME_set_string()
Dasn1_gen.c715 if (!ASN1_STRING_set(atmp->value.asn1_string, str, -1)) in asn1_str2type()
785 ASN1_STRING_set(atmp->value.asn1_string, str, -1); in asn1_str2type()
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
Da_time.c147 if(!ASN1_STRING_set(ret, t->data, t->length)) in ASN1_TIME_to_generalizedtime()
153 if (!ASN1_STRING_set(ret, NULL, t->length + 2)) in ASN1_TIME_to_generalizedtime()
Dasn1_lib.c353 if (!ASN1_STRING_set(dst,str->data,str->length)) in ASN1_STRING_copy()
375 int ASN1_STRING_set(ASN1_STRING *str, const void *_data, int len) in ASN1_STRING_set() function
397 OPENSSL_PUT_ERROR(ASN1, ASN1_STRING_set, ERR_R_MALLOC_FAILURE); in ASN1_STRING_set()
Da_gentm.c193 if (!ASN1_STRING_set((ASN1_STRING *)s, in ASN1_GENERALIZEDTIME_set_string()
Da_mbstr.c199 if(!ASN1_STRING_set(dest, in, len)) { in ASN1_mbstring_ncopy()
Da_utctm.c204 if (!ASN1_STRING_set((ASN1_STRING *)s, in ASN1_UTCTIME_set_string()
/external/chromium_org/third_party/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()
/external/chromium_org/net/base/
Dkeygen_handler_openssl.cc28 ASN1_STRING_set(spki.get()->spkac->challenge, in GenKeyAndSignChallenge()
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
Dv3_ia5.c107 if(!ASN1_STRING_set((ASN1_STRING *)ia5, (unsigned char*)str, in s2i_ASN1_IA5STRING()
Dv3_cpols.c231 if(!ASN1_STRING_set(qual->d.cpsuri, cnf->value, in policy_section()
295 if(!ASN1_STRING_set(not->exptext, cnf->value, in notice_section()
305 if(!ASN1_STRING_set(nref->organization, cnf->value, in notice_section()
Dv3nametest.c183 if (!ASN1_STRING_set(ia5, name, -1)) in set_altname()
/external/openssl/crypto/x509v3/
Dv3_ia5.c103 if(!ASN1_STRING_set((ASN1_STRING *)ia5, (unsigned char*)str, in s2i_ASN1_IA5STRING()
Dv3_cpols.c225 if(!ASN1_STRING_set(qual->d.cpsuri, cnf->value, in policy_section()
287 if(!ASN1_STRING_set(not->exptext, cnf->value, in notice_section()
297 if(!ASN1_STRING_set(nref->organization, cnf->value, in notice_section()
/external/openssl/crypto/cms/
Dcms_dd.c138 if (!ASN1_STRING_set(dd->digest, md, mdlen)) in cms_DigestedData_do_final()
/external/openssl/crypto/ocsp/
Docsp_ext.c301 if (!(ASN1_STRING_set(s, b, i))) goto err;
433 if (!(ASN1_STRING_set(cid->crlUrl, url, -1))) goto err; in OCSP_crlID_new()
507 if (!ASN1_STRING_set((ASN1_STRING*)ia5, *urls, -1)) goto err; in OCSP_url_svcloc_new()
/external/chromium_org/third_party/boringssl/src/crypto/pkcs8/
Dp5_pbe.c99 if (!ASN1_STRING_set(pbe->salt, NULL, saltlen))
/external/openssl/crypto/pkcs7/
Dpk7_attr.c157 if (!ASN1_STRING_set(os, md, mdlen) in PKCS7_add1_attrib_digest()
/external/chromium_org/net/cert/
Dx509_util_openssl.cc286 !ASN1_STRING_set(domain_ia5.get(), domain.data(), domain.size())) in CreateChannelIDEC()
302 !ASN1_STRING_set(domain_str.get(), domain_der.data(), domain_der.size())) in CreateChannelIDEC()
/external/openssl/apps/
Dspkac.c203 if(challenge) ASN1_STRING_set(spki->spkac->challenge, in MAIN()

12