Searched refs:ASN1_STRING_set (Results 1 - 25 of 79) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Da_time.c146 if(!ASN1_STRING_set(ret, t->data, t->length))
152 if (!ASN1_STRING_set(ret, NULL, t->length + 2))
154 /* ASN1_STRING_set() allocated 'len + 1' bytes. */
H A Dx_x509a.c104 return ASN1_STRING_set(aux->alias, name, len);
120 return ASN1_STRING_set(aux->keyid, id, len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509v3/
H A Dv3_ia5.c107 if (!ASN1_STRING_set((ASN1_STRING *)ia5, (unsigned char *)str,
H A Dv3_cpols.c243 if (!ASN1_STRING_set(qual->d.cpsuri, cnf->value,
313 if (!ASN1_STRING_set(not->exptext, cnf->value,
328 if (!ASN1_STRING_set(nref->organization, cnf->value,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_ia5.c103 if(!ASN1_STRING_set((ASN1_STRING *)ia5, (unsigned char*)str,
H A Dv3_cpols.c221 if(!ASN1_STRING_set(qual->d.cpsuri, cnf->value,
283 if(!ASN1_STRING_set(not->exptext, cnf->value,
293 if(!ASN1_STRING_set(nref->organization, cnf->value,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509v3/
H A Dv3_ia5.c107 if (!ASN1_STRING_set((ASN1_STRING *)ia5, (unsigned char *)str,
H A Dv3_cpols.c243 if (!ASN1_STRING_set(qual->d.cpsuri, cnf->value,
313 if (!ASN1_STRING_set(not->exptext, cnf->value,
328 if (!ASN1_STRING_set(nref->organization, cnf->value,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Da_time.c157 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. */
H A Dp5_pbe.c97 if (!ASN1_STRING_set(pbe->salt, NULL, saltlen)) {
H A Dx_x509a.c108 return ASN1_STRING_set(aux->alias, name, len);
125 return ASN1_STRING_set(aux->keyid, id, len);
H A Devp_asn1.c121 if (!ASN1_STRING_set(osp, NULL, size)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Da_time.c157 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. */
H A Dp5_pbe.c97 if (!ASN1_STRING_set(pbe->salt, NULL, saltlen)) {
H A Dx_x509a.c108 return ASN1_STRING_set(aux->alias, name, len);
125 return ASN1_STRING_set(aux->keyid, id, len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dpk7_attr.c87 if(!ASN1_STRING_set (seq, pp, len)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/cms/
H A Dcms_dd.c135 if (!ASN1_STRING_set(dd->digest, md, mdlen))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/cms/
H A Dcms_dd.c135 if (!ASN1_STRING_set(dd->digest, md, mdlen))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pkcs7/
H A Dpk7_attr.c158 if (!ASN1_STRING_set(os, md, mdlen)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pkcs7/
H A Dpk7_attr.c158 if (!ASN1_STRING_set(os, md, mdlen)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ocsp/
H A Docsp_ext.c323 if (!(ASN1_STRING_set(s, b, i)))
465 if (!(ASN1_STRING_set(cid->crlUrl, url, -1)))
553 if (!ASN1_STRING_set((ASN1_STRING *)ia5, *urls, -1))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ocsp/
H A Docsp_ext.c301 if (!(ASN1_STRING_set(s, b, i))) goto err;
432 if (!(ASN1_STRING_set(cid->crlUrl, url, -1))) goto err;
527 if (!ASN1_STRING_set((ASN1_STRING*)ia5, *urls, -1)) goto err;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ocsp/
H A Docsp_ext.c323 if (!(ASN1_STRING_set(s, b, i)))
465 if (!(ASN1_STRING_set(cid->crlUrl, url, -1)))
553 if (!ASN1_STRING_set((ASN1_STRING *)ia5, *urls, -1))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/
H A Dspkigen.c80 if (!ASN1_STRING_set((ASN1_STRING *)spki->spkac->challenge, buf, i))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/
H A Dspkigen.c72 if (!ASN1_STRING_set((ASN1_STRING *)spki->spkac->challenge,

Completed in 130 milliseconds

1234