Home
last modified time | relevance | path

Searched refs:get_int32 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libfido2/src/
H A Dhid_osx.c39 get_int32(IOHIDDeviceRef dev, CFStringRef key, int32_t *v) in get_int32() function
96 if (get_int32(dev, key, &v) < 0) { in get_report_len()
115 if (get_int32(dev, CFSTR(kIOHIDVendorIDKey), &vendor) < 0 || in get_id()
121 if (get_int32(dev, CFSTR(kIOHIDProductIDKey), &product) < 0 || in get_id()
201 if (get_int32(dev, CFSTR(kIOHIDPrimaryUsagePageKey), in is_fido()
/freebsd/crypto/heimdal/lib/gssapi/krb5/
H A Dset_sec_context_option.c72 get_int32(OM_uint32 *minor_status, in get_int32() function
219 maj_stat = get_int32(minor_status, value, &offset); in _gsskrb5_set_sec_context_option()