Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dcryptodev.h648 extern device_t crypto_find_device_byhid(int hid);
H A Dcrypto.c1083 crypto_find_device_byhid(int hid) in crypto_find_device_byhid() function
H A Dcryptodev.c1332 dev = crypto_find_device_byhid(find->crid); in cryptodev_find()