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

/freebsd-11-stable/tests/sys/opencrypto/
H A Dcryptodevh.py242 def CRYPTO_SESID2CAPS(_sid): return (((_sid) >> 32) & 0xff000000) function
/freebsd-11-stable/sys/opencrypto/
H A Dcryptodev.h470 #define CRYPTO_SESID2CAPS(_sid) (((_sid) >> 32) & 0xff000000) macro

Completed in 256 milliseconds