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

  /external/boringssl/src/crypto/x509v3/
v3_ia5.c 107 if(!ASN1_STRING_set((ASN1_STRING *)ia5, (unsigned char*)str,
v3_cpols.c 239 if(!ASN1_STRING_set(qual->d.cpsuri, cnf->value,
310 if(!ASN1_STRING_set(not->exptext, cnf->value,
320 if(!ASN1_STRING_set(nref->organization, cnf->value,
v3name_test.c 184 if (!ASN1_STRING_set(ia5, name, -1))
v3_alt.c 510 !ASN1_STRING_set(gen->d.ia5, (unsigned char*)value,
  /external/boringssl/src/crypto/asn1/
a_time.c 150 if(!ASN1_STRING_set(ret, t->data, t->length))
156 if (!ASN1_STRING_set(ret, NULL, t->length + 2))
158 /* ASN1_STRING_set() allocated 'len + 1' bytes. */
a_gentm.c 196 if (!ASN1_STRING_set((ASN1_STRING *)s,
asn1_lib.c 381 if (!ASN1_STRING_set(dst,str->data,str->length))
403 int ASN1_STRING_set(ASN1_STRING *str, const void *_data, int len)
a_mbstr.c 201 if(!ASN1_STRING_set(dest, in, len)) {
a_utctm.c 207 if (!ASN1_STRING_set((ASN1_STRING *)s,
tasn_dec.c 1055 if (!ASN1_STRING_set(stmp, cont, len))
    [all...]
  /external/boringssl/src/crypto/pkcs8/
p5_pbe.c 101 if (!ASN1_STRING_set(pbe->salt, NULL, saltlen))
  /external/boringssl/src/crypto/x509/
x_x509a.c 101 return ASN1_STRING_set(aux->alias, name, len);
117 return ASN1_STRING_set(aux->keyid, id, len);
asn1_gen.c 734 if (!ASN1_STRING_set(atmp->value.asn1_string, str, -1))
804 ASN1_STRING_set(atmp->value.asn1_string, str, -1);
x509_att.c 295 if(!ASN1_STRING_set(stmp, data, len)) goto err;
x509name.c 352 i=ASN1_STRING_set(ne->value,bytes,len);
  /external/boringssl/src/include/openssl/
asn1.h 547 #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);
    [all...]

Completed in 540 milliseconds