HomeSort by relevance Sort by last modified time
    Searched refs:ASN1_STRING_set (Results 1 - 24 of 24) sorted by null

  /external/openssl/crypto/asn1/
a_time.c 157 if(!ASN1_STRING_set(ret, t->data, t->length))
163 if (!ASN1_STRING_set(ret, NULL, t->length + 2))
165 /* ASN1_STRING_set() allocated 'len + 1' bytes. */
p5_pbe.c 99 if (!ASN1_STRING_set(pbe->salt, NULL, saltlen))
x_x509a.c 104 return ASN1_STRING_set(aux->alias, name, len);
120 return ASN1_STRING_set(aux->keyid, id, len);
evp_asn1.c 118 if (!ASN1_STRING_set(osp,NULL,size))
asn1_lib.c 348 if (!ASN1_STRING_set(dst,str->data,str->length))
370 int ASN1_STRING_set(ASN1_STRING *str, const void *_data, int len)
a_gentm.c 200 if (!ASN1_STRING_set((ASN1_STRING *)s,
a_mbstr.c 204 if(!ASN1_STRING_set(dest, in, len)) {
a_utctm.c 176 if (!ASN1_STRING_set((ASN1_STRING *)s,
asn1_gen.c 715 if (!ASN1_STRING_set(atmp->value.asn1_string, str, -1))
785 ASN1_STRING_set(atmp->value.asn1_string, str, -1);
n_pkey.c 187 if (!ASN1_STRING_set(enckey->os, "private-key", -1))
asn1.h 587 #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);
    [all...]
x_name.c 401 if (!ASN1_STRING_set(out, in->data, in->length))
tasn_dec.c 1057 if (!ASN1_STRING_set(stmp, cont, len))
  /external/openssl/crypto/x509v3/
v3_ia5.c 103 if(!ASN1_STRING_set((ASN1_STRING *)ia5, (unsigned char*)str,
v3_cpols.c 225 if(!ASN1_STRING_set(qual->d.cpsuri, cnf->value,
287 if(!ASN1_STRING_set(not->exptext, cnf->value,
297 if(!ASN1_STRING_set(nref->organization, cnf->value,
v3_alt.c 506 !ASN1_STRING_set(gen->d.ia5, (unsigned char*)value,
  /external/openssl/crypto/pkcs7/
pk7_attr.c 157 if (!ASN1_STRING_set(os, md, mdlen)
example.c 104 ASN1_STRING_set(seq,data,total);
268 ASN1_STRING_set(seq,data,total);
  /external/openssl/crypto/ocsp/
ocsp_ext.c 301 if (!(ASN1_STRING_set(s, b, i))) goto err;
433 if (!(ASN1_STRING_set(cid->crlUrl, url, -1))) goto err;
507 if (!ASN1_STRING_set((ASN1_STRING*)ia5, *urls, -1)) goto err;
  /external/openssl/apps/
spkac.c 203 if(challenge) ASN1_STRING_set(spki->spkac->challenge,
s_client.c 1077 ASN1_STRING_set(id->value.byKey, "Hello World", -1);
    [all...]
  /external/openssl/crypto/x509/
x509_att.c 301 if(!ASN1_STRING_set(stmp, data, len)) goto err;
x509name.c 360 i=ASN1_STRING_set(ne->value,bytes,len);
  /external/openssl/include/openssl/
asn1.h 587 #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);
    [all...]

Completed in 413 milliseconds