Searched refs:subject (Results 101 - 108 of 108) sorted by relevance

12345

/freebsd-current/crypto/openssl/include/openssl/
H A Dx509v3.h924 void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subject,
980 int X509_check_issued(X509 *issuer, X509 *subject);
1014 * Always check subject name for host match even if subject alt names present
1025 /* Never check the subject CN */
1029 * This is a non-public flag, turned on implicitly when the subject
/freebsd-current/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new.c1030 int depth, const char *subject,
1055 !wpa_dbus_dict_append_string(&dict_iter, "subject", subject) ||
1029 wpas_dbus_signal_certification(struct wpa_supplicant *wpa_s, int depth, const char *subject, const char *altsubject[], int num_altsubject, const char *cert_hash, const struct wpabuf *cert) argument
/freebsd-current/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp323 auto IsOneOf = [](StringRef subject, auto... list) {
324 return ((subject == list) || ...);
1863 assert(MetaSubject && "Missing subject");
1980 // attributes, so test whether the subject is one that appertains to a
2021 PrintFatalError("Attribute subject match rules should not represent"
2041 // Gather sub-classes of the aggregate subject that act as attribute
2042 // subject rules.
2061 PrintFatalError("Attribute subject match rules should not represent"
2109 // An attribute subject list has a subject tha
[all...]
/freebsd-current/lib/clang/libclang/
H A DMakefile965 ${CLANG_TBLGEN} -gen-clang-attr-subject-match-rule-list \
1191 ${CLANG_TBLGEN} -gen-clang-attr-subject-match-rules-parser-string-switches \
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_proto.c3257 if (peer->subject != NULL)
3258 free(peer->subject);
3586 * remaining are subject to repeated rounds where the most
/freebsd-current/contrib/wpa/src/eap_peer/
H A Deap.c2116 "reason=%d depth=%d subject='%s' err='%s'",
2119 data->cert_fail.subject,
/freebsd-current/crypto/openssl/apps/lib/
H A Dapps.c205 print_name(out, "subject=", X509_get_subject_name(x));
657 BIO_printf(bio_err, "Warning: certificate from '%s' with subject '%s' %s\n",
/freebsd-current/sys/tools/
H A Dmakesyscalls.lua149 -- to each argument type to indicate whether this argument is subject to ABI

Completed in 300 milliseconds

12345