Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/mips/rmi/dev/sec/
Drmilib.h662 #define XLR_SEC_SETUP_OP_HMAC 0x00000002 macro
663 #define XLR_SEC_SETUP_OP_CIPHER_HMAC (XLR_SEC_SETUP_OP_CIPHER | XLR_SEC_SETUP_OP_HMAC)
Drmilib.c678 if (flags & XLR_SEC_SETUP_OP_HMAC) { in xlr_sec_setup_packet()