Searched refs:XLR_SEC_VECTOR_CIPHER_ARC4 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/mips/rmi/dev/sec/
H A Drmilib.h171 #define XLR_SEC_VECTOR_CIPHER_ARC4 0x0020 macro
180 XLR_SEC_VECTOR_CIPHER_ARC4)
195 (XLR_SEC_VECTOR_CIPHER_ARC4 | XLR_SEC_VECTOR_HMAC)
197 (XLR_SEC_VECTOR_CIPHER_ARC4 | XLR_SEC_VECTOR_STATE)
199 (XLR_SEC_VECTOR_CIPHER_ARC4 | XLR_SEC_VECTOR_HMAC | XLR_SEC_VECTOR_STATE)
280 (XLR_SEC_VECTOR_CIPHER_ARC4 | XLR_SEC_VECTOR_HMAC2)
283 (XLR_SEC_VECTOR_CIPHER_ARC4 | XLR_SEC_VECTOR_HMAC2 | XLR_SEC_VECTOR_STATE)
319 (XLR_SEC_VECTOR_CIPHER_ARC4 | XLR_SEC_VECTOR_GCM)
322 (XLR_SEC_VECTOR_CIPHER_ARC4 | XLR_SEC_VECTOR_GCM | XLR_SEC_VECTOR_STATE)
358 (XLR_SEC_VECTOR_CIPHER_ARC4 | XLR_SEC_VECTOR_F
[all...]
H A Drmilib.c1035 cipher_vector |= XLR_SEC_VECTOR_CIPHER_ARC4;
1104 if (!(cipher_vector & (XLR_SEC_VECTOR_CIPHER_ARC4 | XLR_SEC_VECTOR_CIPHER_KASUMI_F8))) {
1285 case XLR_SEC_VECTOR_CIPHER_ARC4:
1286 XLR_SEC_CMD_DIAG("XLR_SEC_VECTOR_CIPHER_ARC4\n");
2098 case XLR_SEC_VECTOR_CIPHER_ARC4:
2099 DPRINT("VECTOR: XLR_SEC_VECTOR_CIPHER_ARC4 \n");

Completed in 86 milliseconds