Home
last modified time | relevance | path

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

/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()
Dasn1_lib.c348 if (!ASN1_STRING_set(dst,str->data,str->length)) in ASN1_STRING_copy()
370 int ASN1_STRING_set(ASN1_STRING *str, const void *_data, int len) in ASN1_STRING_set() function
Dp5_pbe.c99 if (!ASN1_STRING_set(pbe->salt, NULL, saltlen))
Devp_asn1.c118 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()
Da_mbstr.c204 if(!ASN1_STRING_set(dest, in, len)) { in ASN1_mbstring_ncopy()
Da_utctm.c176 if (!ASN1_STRING_set((ASN1_STRING *)s, in ASN1_UTCTIME_set_string()
Dasn1.h587 #define M_ASN1_BIT_STRING_set(a,b,c) ASN1_STRING_set((ASN1_STRING *)a,b,c)
612 #define M_ASN1_OCTET_STRING_set(a,b,c) ASN1_STRING_set((ASN1_STRING *)a,b,c)
803 int ASN1_STRING_set(ASN1_STRING *str, const void *data, int len);
Dn_pkey.c187 if (!ASN1_STRING_set(enckey->os, "private-key", -1)) in i2d_RSA_NET()
Dx_name.c401 if (!ASN1_STRING_set(out, in->data, in->length)) in asn1_string_canon()
Dtasn_dec.c1057 if (!ASN1_STRING_set(stmp, cont, len)) in asn1_ex_c2i()
/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/openssl/crypto/x509v3/
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()
Dv3_ia5.c103 if(!ASN1_STRING_set((ASN1_STRING *)ia5, (unsigned char*)str, in s2i_ASN1_IA5STRING()
Dv3_alt.c506 !ASN1_STRING_set(gen->d.ia5, (unsigned char*)value, in a2i_GENERAL_NAME()
/external/openssl/crypto/pkcs7/
Dexample.c104 ASN1_STRING_set(seq,data,total); in add_signed_seq2string()
268 ASN1_STRING_set(seq,data,total); in add_seq2string()
Dpk7_attr.c157 if (!ASN1_STRING_set(os, md, mdlen) in PKCS7_add1_attrib_digest()
/external/openssl/apps/
Dspkac.c203 if(challenge) ASN1_STRING_set(spki->spkac->challenge, in MAIN()
Ds_client.c1077 ASN1_STRING_set(id->value.byKey, "Hello World", -1); in MAIN()
/external/openssl/include/openssl/
Dasn1.h587 #define M_ASN1_BIT_STRING_set(a,b,c) ASN1_STRING_set((ASN1_STRING *)a,b,c)
612 #define M_ASN1_OCTET_STRING_set(a,b,c) ASN1_STRING_set((ASN1_STRING *)a,b,c)
803 int ASN1_STRING_set(ASN1_STRING *str, const void *data, int len);
/external/openssl/crypto/x509/
Dx509name.c360 i=ASN1_STRING_set(ne->value,bytes,len); in X509_NAME_ENTRY_set_data()
Dx509_att.c301 if(!ASN1_STRING_set(stmp, data, len)) goto err; in X509_ATTRIBUTE_set1_data()