/external/openssl/crypto/asn1/ |
D | a_time.c | 157 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()
|
D | x_x509a.c | 104 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()
|
D | p5_pbe.c | 99 if (!ASN1_STRING_set(pbe->salt, NULL, saltlen))
|
D | asn1_lib.c | 351 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
|
D | evp_asn1.c | 122 if (!ASN1_STRING_set(osp,NULL,size)) in ASN1_TYPE_set_int_octetstring()
|
D | a_gentm.c | 200 if (!ASN1_STRING_set((ASN1_STRING *)s, in ASN1_GENERALIZEDTIME_set_string()
|
D | asn1_gen.c | 715 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/ |
D | a_time.c | 147 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()
|
D | asn1_lib.c | 353 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()
|
D | a_gentm.c | 193 if (!ASN1_STRING_set((ASN1_STRING *)s, in ASN1_GENERALIZEDTIME_set_string()
|
D | a_mbstr.c | 199 if(!ASN1_STRING_set(dest, in, len)) { in ASN1_mbstring_ncopy()
|
D | a_utctm.c | 204 if (!ASN1_STRING_set((ASN1_STRING *)s, in ASN1_UTCTIME_set_string()
|
/external/chromium_org/third_party/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()
|
/external/chromium_org/net/base/ |
D | keygen_handler_openssl.cc | 28 ASN1_STRING_set(spki.get()->spkac->challenge, in GenKeyAndSignChallenge()
|
/external/chromium_org/third_party/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 | 231 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()
|
D | v3nametest.c | 183 if (!ASN1_STRING_set(ia5, name, -1)) in set_altname()
|
/external/openssl/crypto/x509v3/ |
D | v3_ia5.c | 103 if(!ASN1_STRING_set((ASN1_STRING *)ia5, (unsigned char*)str, in s2i_ASN1_IA5STRING()
|
D | v3_cpols.c | 225 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/ |
D | cms_dd.c | 138 if (!ASN1_STRING_set(dd->digest, md, mdlen)) in cms_DigestedData_do_final()
|
/external/openssl/crypto/ocsp/ |
D | ocsp_ext.c | 301 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/ |
D | p5_pbe.c | 99 if (!ASN1_STRING_set(pbe->salt, NULL, saltlen))
|
/external/openssl/crypto/pkcs7/ |
D | pk7_attr.c | 157 if (!ASN1_STRING_set(os, md, mdlen) in PKCS7_add1_attrib_digest()
|
/external/chromium_org/net/cert/ |
D | x509_util_openssl.cc | 286 !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/ |
D | spkac.c | 203 if(challenge) ASN1_STRING_set(spki->spkac->challenge, in MAIN()
|