Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/mips/rmi/dev/sec/
Drmilib.h188 #define XLR_SEC_VECTOR_CIPHER_KASUMI_F8 0x01000 macro
268 (XLR_SEC_VECTOR_CIPHER_KASUMI_F8 | XLR_SEC_VECTOR_F9)
271 (XLR_SEC_VECTOR_CIPHER_KASUMI_F8 | XLR_SEC_VECTOR_HMAC)
274 (XLR_SEC_VECTOR_CIPHER_KASUMI_F8 | XLR_SEC_VECTOR_HMAC2)
277 (XLR_SEC_VECTOR_CIPHER_KASUMI_F8 | XLR_SEC_VECTOR_GCM)
Drmilib.c1048 cipher_vector |= XLR_SEC_VECTOR_CIPHER_KASUMI_F8; in xlr_sec_setup_cipher()
1104 if (!(cipher_vector & (XLR_SEC_VECTOR_CIPHER_ARC4 | XLR_SEC_VECTOR_CIPHER_KASUMI_F8))) { in xlr_sec_setup_cipher()
1317 case XLR_SEC_VECTOR_CIPHER_KASUMI_F8: in xlr_sec_control_setup()
2128 case XLR_SEC_VECTOR_CIPHER_KASUMI_F8: in decode_symkey_desc()