Home
last modified time | relevance | path

Searched refs:tmpid (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/crypto/openssl/crypto/ocsp/
H A Docsp_vfy.c244 OCSP_CERTID *tmpid, *cid; in ocsp_check_ids() local
259 tmpid = sk_OCSP_SINGLERESP_value(sresp, i)->certId; in ocsp_check_ids()
261 if (OCSP_id_issuer_cmp(cid, tmpid)) { in ocsp_check_ids()
263 if (OBJ_cmp(tmpid->hashAlgorithm.algorithm, in ocsp_check_ids()
312 OCSP_CERTID *tmpid; in ocsp_match_issuerid() local
314 tmpid = sk_OCSP_SINGLERESP_value(sresp, i)->certId; in ocsp_match_issuerid()
315 ret = ocsp_match_issuerid(cert, tmpid, NULL); in ocsp_match_issuerid()
/freebsd-13.1/sys/kern/
H A Dkern_mib.c462 u_long tmpid; in sysctl_hostid() local
471 tmpid = pr->pr_hostid; in sysctl_hostid()
474 error = sysctl_handle_long(oidp, &tmpid, 0, req); in sysctl_hostid()
485 pr->pr_hostid = tmpid; in sysctl_hostid()
490 cpr->pr_hostid = tmpid; in sysctl_hostid()
H A Dkern_cpuset.c1828 cpusetid_t tmpid; in kern_cpuset_getid() local
1862 tmpid = set->cs_id; in kern_cpuset_getid()
1865 error = copyout(&tmpid, setid, sizeof(tmpid)); in kern_cpuset_getid()