Home
last modified time | relevance | path

Searched refs:cipher_mode (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/sys/mips/rmi/dev/sec/
Drmisec.c445 cmd->op.cipher_mode = XLR_SEC_CIPHER_MODE_NONE; in xlr_sec_process()
499 cmd->op.cipher_mode = XLR_SEC_CIPHER_MODE_CBC; in xlr_sec_process()
535 cmd->op.cipher_mode = XLR_SEC_CIPHER_MODE_CBC; in xlr_sec_process()
Drmilib.c213 if (op->cipher_mode == XLR_SEC_CIPHER_MODE_F8 || in xlr_sec_setup()
214 op->cipher_mode == XLR_SEC_CIPHER_MODE_CTR) in xlr_sec_setup()
271 if (op->cipher_mode == XLR_SEC_CIPHER_MODE_F8 || in xlr_sec_setup()
272 op->cipher_mode == XLR_SEC_CIPHER_MODE_CTR) in xlr_sec_setup()
295 (op->cipher_mode != XLR_SEC_CIPHER_MODE_F8) && in xlr_sec_cipher_hash_command()
441 if (op->cipher_mode == XLR_SEC_CIPHER_MODE_F8 || in xlr_sec_setup_packet()
442 op->cipher_mode == XLR_SEC_CIPHER_MODE_CTR) { in xlr_sec_setup_packet()
1056 switch (op->cipher_mode) { in xlr_sec_setup_cipher()
Drmilib.h554 XLR_SEC_CIPHER_MODE cipher_mode; member