Home
last modified time | relevance | path

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

/src/crypto/openssh/
H A Dsk-usbhid.c561 sk_probe(const char *application, const uint8_t *key_handle, in sk_probe() function
878 sk = sk_probe(NULL, NULL, 0, 0); in sk_enroll()
1175 sk = sk_probe(NULL, NULL, 0, 0); in sk_sign()
1177 sk = sk_probe(application, key_handle, key_handle_len, 0); in sk_sign()
1449 sk = sk_probe(NULL, NULL, 0, 1); in sk_load_resident_keys()
/src/sys/dev/sk/
H A Dif_sk.c195 static int sk_probe(device_t);
309 DEVMETHOD(device_probe, sk_probe),
1216 sk_probe(device_t dev) in sk_probe() function