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

/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/openssl/
H A Dasn1.h123 #define V_ASN1_T61STRING 20 macro
392 #define M_ASN1_PRINTABLE_new() ASN1_STRING_type_new(V_ASN1_T61STRING)
440 ASN1_STRING_type_new(V_ASN1_T61STRING)
443 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_T61STRING,\
/macosx-10.9.5/OpenSSH-186/osslshim/ossl-asn1/
H A Dcs-asn1.h138 #define V_ASN1_T61STRING 20 macro
659 #define M_ASN1_PRINTABLE_new() ASN1_STRING_type_new(V_ASN1_T61STRING)
694 ASN1_STRING_type_new(V_ASN1_T61STRING)
697 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_T61STRING,\
H A Dcs-tasn-enc.c663 case V_ASN1_T61STRING:
H A Dcs-tasn_dec.c1035 case V_ASN1_T61STRING:
/macosx-10.9.5/ruby-104/ruby/ext/openssl/
H A Dossl_asn1.c573 case V_ASN1_T61STRING: /* FALLTHROUGH */
1947 rb_hash_aset(class_tag_map, cASN1T61String, INT2NUM(V_ASN1_T61STRING));

Completed in 282 milliseconds