Searched refs:MBSTRING_ASC (Results 1 – 17 of 17) sorted by relevance
| /freebsd-12-stable/crypto/openssl/crypto/asn1/ |
| D | a_mbstr.c | 90 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()
|
| D | asn1_gen.c | 673 format = MBSTRING_ASC; in asn1_str2type()
|
| /freebsd-12-stable/crypto/openssl/doc/man3/ |
| D | X509_NAME_add_entry_by_txt.pod | 35 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,
|
| D | X509_NAME_ENTRY_get_object.pod | 64 B<MBSTRING_ASC> but in the case of X509_set_data() the field name must be
|
| /freebsd-12-stable/crypto/openssl/crypto/pkcs12/ |
| D | p12_attr.c | 42 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/ |
| D | v3_crld.c | 89 ret = X509V3_NAME_from_section(nm, dnsect, MBSTRING_ASC); in set_dist_point_name()
|
| D | v3_alt.c | 603 ret = X509V3_NAME_from_section(nm, sk, MBSTRING_ASC); in do_dirname()
|
| /freebsd-12-stable/contrib/wpa/hs20/client/ |
| D | est.c | 465 !X509_NAME_add_entry_by_txt(subj, "CN", MBSTRING_ASC, in generate_csr()
|
| /freebsd-12-stable/contrib/ntp/util/ |
| D | ntp-keygen.c | 1992 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/ |
| D | pkcs12.c | 436 MBSTRING_ASC, (unsigned char *)csp_name, in pkcs12_main()
|
| D | req.c | 244 unsigned long chtype = MBSTRING_ASC, reqflag = 0; in req_main()
|
| D | ca.c | 260 unsigned long chtype = MBSTRING_ASC, certopt = 0; in ca_main()
|
| /freebsd-12-stable/crypto/openssl/include/openssl/ |
| D | asn1.h | 112 # define MBSTRING_ASC (MBSTRING_FLAG|1) macro
|
| /freebsd-12-stable/contrib/ntp/sntp/libevent/test/ |
| D | regress_ssl.c | 144 name, nid, MBSTRING_ASC, (unsigned char*)"example.com", in ssl_getcert()
|
| /freebsd-12-stable/contrib/libevent/test/ |
| D | regress_ssl.c | 144 name, nid, MBSTRING_ASC, (unsigned char*)"example.com", in ssl_getcert()
|
| /freebsd-12-stable/contrib/ntp/ntpd/ |
| D | ntp_crypto.c | 3210 X509_NAME_add_entry_by_txt(subj, "commonName", MBSTRING_ASC, in cert_sign()
|
| /freebsd-12-stable/crypto/openssl/ |
| D | CHANGES | 12113 X509_NAME_add_entry_by_txt(nm, "CN", MBSTRING_ASC, "Steve", -1, -1, 0);
|