Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ocsp/
H A Docsp_vfy.c269 OCSP_CERTID *tmpid, *cid; in ocsp_check_ids() local
282 tmpid = sk_OCSP_SINGLERESP_value(sresp, i)->certId; in ocsp_check_ids()
284 if (OCSP_id_issuer_cmp(cid, tmpid)) { in ocsp_check_ids()
286 if (OBJ_cmp(tmpid->hashAlgorithm.algorithm, in ocsp_check_ids()
356 OCSP_CERTID *tmpid; in ocsp_match_issuerid() local
359 tmpid = sk_OCSP_SINGLERESP_value(sresp, i)->certId; in ocsp_match_issuerid()
360 ret = ocsp_match_issuerid(cert, tmpid, NULL); in ocsp_match_issuerid()
/freebsd/sys/kern/
H A Dkern_mib.c477 u_long tmpid; in sysctl_hostid() local
486 tmpid = pr->pr_hostid; in sysctl_hostid()
489 error = sysctl_handle_long(oidp, &tmpid, 0, req); in sysctl_hostid()
500 pr->pr_hostid = tmpid; in sysctl_hostid()
505 cpr->pr_hostid = tmpid; in sysctl_hostid()
H A Dkern_cpuset.c1924 cpusetid_t tmpid; in kern_cpuset_getid() local
1959 tmpid = set->cs_id; in kern_cpuset_getid()
1962 error = copyout(&tmpid, setid, sizeof(tmpid)); in kern_cpuset_getid()