Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/crypto/asn1/
Da_mbstr.c90 case MBSTRING_ASC: in ASN1_mbstring_ncopy()
120 outform = MBSTRING_ASC; in ASN1_mbstring_ncopy()
168 case MBSTRING_ASC: in ASN1_mbstring_ncopy()
214 if (inform == MBSTRING_ASC) { in traverse_string()
Dasn1_gen.c673 format = MBSTRING_ASC; in asn1_str2type()
/freebsd-12-stable/crypto/openssl/doc/man3/
DX509_NAME_add_entry_by_txt.pod35 definition of the type of B<bytes> (such as B<MBSTRING_ASC>) or a
49 The use of string types such as B<MBSTRING_ASC> or B<MBSTRING_UTF8>
97 if (!X509_NAME_add_entry_by_txt(nm, "C", MBSTRING_ASC,
100 if (!X509_NAME_add_entry_by_txt(nm, "O", MBSTRING_ASC,
103 if (!X509_NAME_add_entry_by_txt(nm, "CN", MBSTRING_ASC,
DX509_NAME_ENTRY_get_object.pod64 B<MBSTRING_ASC> but in the case of X509_set_data() the field name must be
/freebsd-12-stable/crypto/openssl/crypto/pkcs12/
Dp12_attr.c42 MBSTRING_ASC, (unsigned char *)name, namelen)) in PKCS12_add_friendlyname_asc()
71 MBSTRING_ASC, (unsigned char *)name, namelen)) in PKCS12_add_CSPName_asc()
/freebsd-12-stable/crypto/openssl/crypto/x509v3/
Dv3_crld.c89 ret = X509V3_NAME_from_section(nm, dnsect, MBSTRING_ASC); in set_dist_point_name()
Dv3_alt.c603 ret = X509V3_NAME_from_section(nm, sk, MBSTRING_ASC); in do_dirname()
/freebsd-12-stable/contrib/wpa/hs20/client/
Dest.c465 !X509_NAME_add_entry_by_txt(subj, "CN", MBSTRING_ASC, in generate_csr()
/freebsd-12-stable/contrib/ntp/util/
Dntp-keygen.c1992 X509_NAME_add_entry_by_txt(subj, "commonName", MBSTRING_ASC, in x509()
1995 X509_NAME_add_entry_by_txt(subj, "commonName", MBSTRING_ASC, in x509()
/freebsd-12-stable/crypto/openssl/apps/
Dpkcs12.c436 MBSTRING_ASC, (unsigned char *)csp_name, in pkcs12_main()
Dreq.c244 unsigned long chtype = MBSTRING_ASC, reqflag = 0; in req_main()
Dca.c260 unsigned long chtype = MBSTRING_ASC, certopt = 0; in ca_main()
/freebsd-12-stable/crypto/openssl/include/openssl/
Dasn1.h112 # define MBSTRING_ASC (MBSTRING_FLAG|1) macro
/freebsd-12-stable/contrib/ntp/sntp/libevent/test/
Dregress_ssl.c144 name, nid, MBSTRING_ASC, (unsigned char*)"example.com", in ssl_getcert()
/freebsd-12-stable/contrib/libevent/test/
Dregress_ssl.c144 name, nid, MBSTRING_ASC, (unsigned char*)"example.com", in ssl_getcert()
/freebsd-12-stable/contrib/ntp/ntpd/
Dntp_crypto.c3210 X509_NAME_add_entry_by_txt(subj, "commonName", MBSTRING_ASC, in cert_sign()
/freebsd-12-stable/crypto/openssl/
DCHANGES12113 X509_NAME_add_entry_by_txt(nm, "CN", MBSTRING_ASC, "Steve", -1, -1, 0);