Searched refs:V_ASN1_T61STRING (Results 1 - 25 of 27) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Da_type.c136 case V_ASN1_T61STRING:
H A Dasn1_gen.c594 ASN1_GEN_STR("T61", V_ASN1_T61STRING),
595 ASN1_GEN_STR("T61STRING", V_ASN1_T61STRING),
596 ASN1_GEN_STR("TELETEXSTRING", V_ASN1_T61STRING),
727 case V_ASN1_T61STRING:
H A Da_mbstr.c177 str_type = V_ASN1_T61STRING;
H A Dt_req.c199 (type == V_ASN1_T61STRING) ||
H A Dasn1.h120 # define V_ASN1_T61STRING 20 macro
648 # define M_ASN1_PRINTABLE_new() ASN1_STRING_type_new(V_ASN1_T61STRING)
683 ASN1_STRING_type_new(V_ASN1_T61STRING)
686 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_T61STRING,\
H A Dasn1_par.c222 (tag == V_ASN1_T61STRING) ||
H A Dtasn_enc.c624 case V_ASN1_T61STRING:
H A Dtasn_dec.c915 case V_ASN1_T61STRING:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Da_type.c136 case V_ASN1_T61STRING:
H A Dasn1_gen.c594 ASN1_GEN_STR("T61", V_ASN1_T61STRING),
595 ASN1_GEN_STR("T61STRING", V_ASN1_T61STRING),
596 ASN1_GEN_STR("TELETEXSTRING", V_ASN1_T61STRING),
727 case V_ASN1_T61STRING:
H A Da_mbstr.c177 str_type = V_ASN1_T61STRING;
H A Dt_req.c199 (type == V_ASN1_T61STRING) ||
H A Dasn1.h120 # define V_ASN1_T61STRING 20 macro
648 # define M_ASN1_PRINTABLE_new() ASN1_STRING_type_new(V_ASN1_T61STRING)
683 ASN1_STRING_type_new(V_ASN1_T61STRING)
686 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_T61STRING,\
H A Dasn1_par.c222 (tag == V_ASN1_T61STRING) ||
H A Dtasn_enc.c624 case V_ASN1_T61STRING:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dasn1_gen.c582 ASN1_GEN_STR("T61", V_ASN1_T61STRING),
583 ASN1_GEN_STR("T61STRING", V_ASN1_T61STRING),
584 ASN1_GEN_STR("TELETEXSTRING", V_ASN1_T61STRING),
727 case V_ASN1_T61STRING:
H A Da_mbstr.c171 else if(mask & B_ASN1_T61STRING) str_type = V_ASN1_T61STRING;
H A Dt_req.c231 (type == V_ASN1_T61STRING) ||
H A Dasn1.h120 #define V_ASN1_T61STRING 20 macro
625 #define M_ASN1_PRINTABLE_new() ASN1_STRING_type_new(V_ASN1_T61STRING)
660 ASN1_STRING_type_new(V_ASN1_T61STRING)
663 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_T61STRING,\
H A Dasn1_par.c213 (tag == V_ASN1_T61STRING) ||
H A Dtasn_enc.c653 case V_ASN1_T61STRING:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dasn1.h120 #define V_ASN1_T61STRING 20 macro
625 #define M_ASN1_PRINTABLE_new() ASN1_STRING_type_new(V_ASN1_T61STRING)
660 ASN1_STRING_type_new(V_ASN1_T61STRING)
663 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_T61STRING,\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dca.c1723 str->type=V_ASN1_T61STRING;
1744 if ( ((j == V_ASN1_T61STRING) &&
1745 (str->type != V_ASN1_T61STRING)) ||
2386 *type=V_ASN1_T61STRING;
2388 *type=V_ASN1_T61STRING;
2389 if ((nid == NID_pkcs9_unstructuredName) && (*type == V_ASN1_T61STRING))
2873 else if (str->type == V_ASN1_T61STRING)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dca.c1692 str->type = V_ASN1_T61STRING;
1713 if (((j == V_ASN1_T61STRING) &&
1714 (str->type != V_ASN1_T61STRING)) ||
2783 else if (str->type == V_ASN1_T61STRING)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dca.c1692 str->type = V_ASN1_T61STRING;
1713 if (((j == V_ASN1_T61STRING) &&
1714 (str->type != V_ASN1_T61STRING)) ||
2783 else if (str->type == V_ASN1_T61STRING)

Completed in 131 milliseconds

12