Home
last modified time | relevance | path

Searched refs:MBSTRING_ASC (Results 1 – 14 of 14) sorted by relevance

/trueos/crypto/openssl/doc/crypto/
HDX509_NAME_add_entry_by_txt.pod32 definition of the type of B<bytes> (such as B<MBSTRING_ASC>) or a
46 The use of string types such as B<MBSTRING_ASC> or B<MBSTRING_UTF8>
84 if (!X509_NAME_add_entry_by_txt(nm, "C", MBSTRING_ASC,
87 if (!X509_NAME_add_entry_by_txt(nm, "O", MBSTRING_ASC,
90 if (!X509_NAME_add_entry_by_txt(nm, "CN", MBSTRING_ASC,
HDX509_NAME_ENTRY_get_object.pod60 B<MBSTRING_ASC> but in the case of X509_set_data() the field name must be
/trueos/crypto/openssl/crypto/asn1/
HDa_mbstr.c141 case MBSTRING_ASC: in ASN1_mbstring_ncopy()
171 outform = MBSTRING_ASC; in ASN1_mbstring_ncopy()
219 case MBSTRING_ASC: in ASN1_mbstring_ncopy()
265 if (inform == MBSTRING_ASC) { in traverse_string()
HDasn1_gen.c735 format = MBSTRING_ASC; in asn1_str2type()
HDasn1.h155 # define MBSTRING_ASC (MBSTRING_FLAG|1) macro
/trueos/crypto/openssl/crypto/pkcs12/
HDp12_attr.c95 MBSTRING_ASC, (unsigned char *)name, namelen)) in PKCS12_add_friendlyname_asc()
114 MBSTRING_ASC, (unsigned char *)name, namelen)) in PKCS12_add_CSPName_asc()
/trueos/crypto/openssl/crypto/x509v3/
HDv3_crld.c135 ret = X509V3_NAME_from_section(nm, dnsect, MBSTRING_ASC); in set_dist_point_name()
HDv3_alt.c599 ret = X509V3_NAME_from_section(nm, sk, MBSTRING_ASC); in do_dirname()
/trueos/contrib/ntp/util/
HDntp-keygen.c1640 X509_NAME_add_entry_by_txt(subj, "commonName", MBSTRING_ASC, in x509()
1643 X509_NAME_add_entry_by_txt(subj, "commonName", MBSTRING_ASC, in x509()
/trueos/crypto/openssl/apps/
HDpkcs12.c623 MBSTRING_ASC, (unsigned char *)csp_name, in MAIN()
HDreq.c197 unsigned long chtype = MBSTRING_ASC; in MAIN()
HDca.c290 unsigned long chtype = MBSTRING_ASC; in MAIN()
/trueos/contrib/ntp/ntpd/
HDntp_crypto.c3321 X509_NAME_add_entry_by_txt(subj, "commonName", MBSTRING_ASC, in cert_sign()
/trueos/crypto/openssl/
HDCHANGES8514 X509_NAME_add_entry_by_txt(nm, "CN", MBSTRING_ASC, "Steve", -1, -1, 0);