Searched refs:MBSTRING_ASC (Results 1 – 14 of 14) sorted by relevance
| /trueos/crypto/openssl/doc/crypto/ |
| HD | X509_NAME_add_entry_by_txt.pod | 32 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,
|
| HD | X509_NAME_ENTRY_get_object.pod | 60 B<MBSTRING_ASC> but in the case of X509_set_data() the field name must be
|
| /trueos/crypto/openssl/crypto/asn1/ |
| HD | a_mbstr.c | 141 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()
|
| HD | asn1_gen.c | 735 format = MBSTRING_ASC; in asn1_str2type()
|
| HD | asn1.h | 155 # define MBSTRING_ASC (MBSTRING_FLAG|1) macro
|
| /trueos/crypto/openssl/crypto/pkcs12/ |
| HD | p12_attr.c | 95 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/ |
| HD | v3_crld.c | 135 ret = X509V3_NAME_from_section(nm, dnsect, MBSTRING_ASC); in set_dist_point_name()
|
| HD | v3_alt.c | 599 ret = X509V3_NAME_from_section(nm, sk, MBSTRING_ASC); in do_dirname()
|
| /trueos/contrib/ntp/util/ |
| HD | ntp-keygen.c | 1640 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/ |
| HD | pkcs12.c | 623 MBSTRING_ASC, (unsigned char *)csp_name, in MAIN()
|
| HD | req.c | 197 unsigned long chtype = MBSTRING_ASC; in MAIN()
|
| HD | ca.c | 290 unsigned long chtype = MBSTRING_ASC; in MAIN()
|
| /trueos/contrib/ntp/ntpd/ |
| HD | ntp_crypto.c | 3321 X509_NAME_add_entry_by_txt(subj, "commonName", MBSTRING_ASC, in cert_sign()
|
| /trueos/crypto/openssl/ |
| HD | CHANGES | 8514 X509_NAME_add_entry_by_txt(nm, "CN", MBSTRING_ASC, "Steve", -1, -1, 0);
|