| /freebsd/crypto/krb5/src/lib/gssapi/generic/ |
| H A D | gssapi_generic.c | 37 #define oids ((gss_OID_desc *)const_oids) macro 190 GSS_DLLIMP gss_OID GSS_C_NT_USER_NAME = oids+0; 191 GSS_DLLIMP gss_OID gss_nt_user_name = oids+0; 193 GSS_DLLIMP gss_OID GSS_C_NT_MACHINE_UID_NAME = oids+1; 194 GSS_DLLIMP gss_OID gss_nt_machine_uid_name = oids+1; 196 GSS_DLLIMP gss_OID GSS_C_NT_STRING_UID_NAME = oids+2; 197 GSS_DLLIMP gss_OID gss_nt_string_uid_name = oids+2; 199 GSS_DLLIMP gss_OID GSS_C_NT_HOSTBASED_SERVICE_X = oids+3; 200 gss_OID gss_nt_service_name_v2 = oids+3; 202 GSS_DLLIMP gss_OID GSS_C_NT_HOSTBASED_SERVICE = oids+4; [all …]
|
| /freebsd/crypto/openssl/crypto/objects/ |
| H A D | objects.pl | 201 $oids = join('L,',@a) . "L"; 202 if ($oids ne "L") 204 $oids = $pref_oid . $pref_sep . $oids; 208 $oids = $pref_oid; 210 return($oids);
|
| /freebsd/crypto/openssl/test/ |
| H A D | test_asn1_parse.cnf | 7 oid_section = oids 9 [oids]
|
| /freebsd/crypto/openssl/crypto/ocsp/ |
| H A D | ocsp_ext.c | 385 X509_EXTENSION *OCSP_accept_responses_new(char **oids) in OCSP_accept_responses_new() argument 394 while (oids && *oids) { in OCSP_accept_responses_new() 395 if ((nid = OBJ_txt2nid(*oids)) != NID_undef && (o = OBJ_nid2obj(nid))) in OCSP_accept_responses_new() 398 oids++; in OCSP_accept_responses_new()
|
| /freebsd/crypto/krb5/src/lib/gssapi/mechglue/ |
| H A D | g_acquire_cred_imp_name.c | 227 gss_OID_set_desc oids; in gss_acquire_cred_impersonate_name() local 229 oids.count = creds->count; in gss_acquire_cred_impersonate_name() 230 oids.elements = creds->mechs_array; in gss_acquire_cred_impersonate_name() 232 major = generic_gss_copy_oid_set(minor_status, &oids, actual_mechs); in gss_acquire_cred_impersonate_name()
|
| H A D | mglueP.h | 760 OM_uint32 gssint_make_public_oid_set(OM_uint32 *minor_status, gss_OID oids,
|
| H A D | g_initialize.c | 1084 gssint_make_public_oid_set(OM_uint32 *minor_status, gss_OID oids, int count, in gssint_make_public_oid_set() argument 1099 public_oid = gssint_get_public_oid(&oids[i]); in gssint_make_public_oid_set()
|
| /freebsd/crypto/heimdal/lib/hx509/ |
| H A D | ks_p12.c | 168 const heim_oid *oids[] = { in certBag_parser() local 173 for (i = 0; i < sizeof(oids)/sizeof(oids[0]); i++) { in certBag_parser() 174 const heim_oid *oid = oids[i]; in certBag_parser()
|
| H A D | hx509_err.et | 61 error_code OID_MISMATCH, "Mismatch bewteen oids"
|
| H A D | ChangeLog | 739 * print.c: Add some US Fed PKI oids. 1287 * name.c: Handle printing and parsing raw oids in name. 1872 * name.c: Switch over to asn1 generaed oids. 1931 * crypto.c: Use oids from asn1 generator.
|
| /freebsd/crypto/heimdal/lib/asn1/ |
| H A D | ChangeLog | 247 * Makefile.am: Add id-pkix-kp oids. 249 * rfc2459.asn1: Add id-pkix-kp oids. 278 * Makefile.am: add pkix proxy cert policy lang oids 280 * rfc2459.asn1: add pkix proxy cert policy lang oids 286 * rfc2459.asn1: Add id-pkix-on-dnsSRV and related oids 543 * Makefile.am: Add attribute type oids from X520 and RFC 2247 DC 546 * rfc2459.asn1: Add attribute type oids from X520 and RFC 2247 DC 685 * Makefile.am: Add some X9.57 (DSA) oids, sort lines 687 * rfc2459.asn1: Add some X9.57 (DSA) oids. 1096 * Makefile.am: add oids for x509 [all …]
|
| /freebsd/crypto/openssl/doc/man5/ |
| H A D | config.pod | 183 oid_section = oids 190 [oids] 191 ... new oids here ... 223 [oids]
|
| /freebsd/crypto/heimdal/lib/krb5/ |
| H A D | pkinit.c | 201 unsigned oids[] = { 1, 2, 840, 113635, 100, 3, 2, 1 }; in find_cert() local 202 const heim_oid mobileMe = { sizeof(oids)/sizeof(oids[0]), oids }; in find_cert()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | ocsp.h.in | 302 X509_EXTENSION *OCSP_accept_responses_new(char **oids);
|
| H A D | ocsp.h | 398 X509_EXTENSION *OCSP_accept_responses_new(char **oids);
|
| /freebsd/crypto/heimdal/ |
| H A D | ChangeLog.2004 | 700 * lib/krb5/pkinit.c: use krb5_oid_to_enctype and remove all oids 709 before returning it add aes-oids
|
| /freebsd/crypto/heimdal/lib/gssapi/ |
| H A D | ChangeLog | 1065 * krb5/external.c: Add lucid interface, renumber oids to my 2046 * external.c: SPENGO and IAKERB oids
|
| /freebsd/crypto/openssl/Configurations/ |
| H A D | unix-Makefile.tmpl | 1259 > fuzz/oids.txt )
|