Searched refs:oids (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/objects/
H A Dobjects.pl193 $oids = join('L,',@a) . "L";
194 if ($oids ne "L")
196 $oids = $pref_oid . $pref_sep . $oids;
200 $oids = $pref_oid;
202 return($oids);
/freebsd-12-stable/crypto/openssl/crypto/ocsp/
H A Docsp_ext.c392 X509_EXTENSION *OCSP_accept_responses_new(char **oids) argument
401 while (oids && *oids) {
402 if ((nid = OBJ_txt2nid(*oids)) != NID_undef && (o = OBJ_nid2obj(nid)))
404 oids++;
429 * per ACCESS_DESCRIPTION parameter are oids, of which there are currently
/freebsd-12-stable/crypto/heimdal/lib/hx509/
H A Dks_p12.c168 const heim_oid *oids[] = { local
173 for (i = 0; i < sizeof(oids)/sizeof(oids[0]); i++) {
174 const heim_oid *oid = oids[i];
/freebsd-12-stable/sys/compat/ndis/
H A Dkern_ndis.c774 ndis_get_supported_oids(arg, oids, oidcnt)
776 ndis_oid **oids;
782 if (arg == NULL || oids == NULL || oidcnt == NULL)
798 *oids = o;
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Docsp.h262 X509_EXTENSION *OCSP_accept_responses_new(char **oids);
/freebsd-12-stable/crypto/heimdal/lib/krb5/
H A Dpkinit.c201 unsigned oids[] = { 1, 2, 840, 113635, 100, 3, 2, 1 }; local
202 const heim_oid mobileMe = { sizeof(oids)/sizeof(oids[0]), oids };

Completed in 185 milliseconds