Searched refs:asn1_string (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dasn1_gen.c502 if (!(ret->value.asn1_string = ASN1_STRING_type_new(utype)))
507 ret->value.asn1_string->data = der;
508 ret->value.asn1_string->length = derlen;
708 if (!(atmp->value.asn1_string = ASN1_STRING_new())) {
712 if (!ASN1_STRING_set(atmp->value.asn1_string, str, -1)) {
716 atmp->value.asn1_string->type = utype;
717 if (!ASN1_TIME_check(atmp->value.asn1_string)) {
743 if (ASN1_mbstring_copy(&atmp->value.asn1_string, (unsigned char *)str,
755 if (!(atmp->value.asn1_string = ASN1_STRING_new())) {
767 atmp->value.asn1_string
[all...]
H A Dt_req.c190 bs = at->value.asn1_string;
H A Dasn1.h529 ASN1_STRING *asn1_string; member in union:asn1_type_st::__anon4324
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dasn1_gen.c484 if (!(ret->value.asn1_string = ASN1_STRING_type_new(utype)))
489 ret->value.asn1_string->data = der;
490 ret->value.asn1_string->length = derlen;
705 if (!(atmp->value.asn1_string = ASN1_STRING_new()))
710 if (!ASN1_STRING_set(atmp->value.asn1_string, str, -1))
715 atmp->value.asn1_string->type = utype;
716 if (!ASN1_TIME_check(atmp->value.asn1_string))
744 if (ASN1_mbstring_copy(&atmp->value.asn1_string, (unsigned char *)str,
758 if (!(atmp->value.asn1_string = ASN1_STRING_new()))
773 atmp->value.asn1_string
[all...]
H A Dt_req.c224 bs=at->value.asn1_string;
H A Dasn1.h505 ASN1_STRING * asn1_string; member in union:asn1_type_st::__anon7095
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dasn1_gen.c502 if (!(ret->value.asn1_string = ASN1_STRING_type_new(utype)))
507 ret->value.asn1_string->data = der;
508 ret->value.asn1_string->length = derlen;
708 if (!(atmp->value.asn1_string = ASN1_STRING_new())) {
712 if (!ASN1_STRING_set(atmp->value.asn1_string, str, -1)) {
716 atmp->value.asn1_string->type = utype;
717 if (!ASN1_TIME_check(atmp->value.asn1_string)) {
743 if (ASN1_mbstring_copy(&atmp->value.asn1_string, (unsigned char *)str,
755 if (!(atmp->value.asn1_string = ASN1_STRING_new())) {
767 atmp->value.asn1_string
[all...]
H A Dt_req.c190 bs = at->value.asn1_string;
H A Dasn1.h529 ASN1_STRING *asn1_string; member in union:asn1_type_st::__anon4673
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dopenssl.c1039 const char *asn1_string; local
1045 asn1_string=(const char *)tm->data;
1049 if(asn1_string[i-1] == 'Z')
1052 if((asn1_string[i] > '9') || (asn1_string[i] < '0'))
1055 year= (asn1_string[0]-'0')*10+(asn1_string[1]-'0');
1059 month= (asn1_string[2]-'0')*10+(asn1_string[3]-'0');
1063 day= (asn1_string[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dasn1pars.c323 tmpbuf = at->value.asn1_string->data;
324 tmplen = at->value.asn1_string->length;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dasn1pars.c323 tmpbuf = at->value.asn1_string->data;
324 tmplen = at->value.asn1_string->length;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dasn1pars.c341 tmpbuf=at->value.asn1_string->data;
342 tmplen=at->value.asn1_string->length;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dasn1.h505 ASN1_STRING * asn1_string; member in union:asn1_type_st::__anon7199

Completed in 118 milliseconds