Searched defs:CRYPTO_SESID2HID (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/tests/sys/opencrypto/
H A Dcryptodevh.py240 def CRYPTO_SESID2HID(_sid): return (((_sid) >> 32) & 0x00ffffff) function
/freebsd-11-stable/sys/opencrypto/
H A Dcryptodev.h469 #define CRYPTO_SESID2HID(_sid) (((_sid) >> 32) & 0x00ffffff) macro

Completed in 54 milliseconds