Home
last modified time | relevance | path

Searched refs:ciphermode (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/mips/nlm/hal/
H A Dnlmsaelib.h221 unsigned int hashmode, unsigned int cipheralg, unsigned int ciphermode, in nlm_crypto_form_pkt_ctrl_desc() argument
229 left_shift64(ciphermode, 25, 8) | in nlm_crypto_form_pkt_ctrl_desc()
464 enum nlm_cipher_algo cipheralg, enum nlm_cipher_mode ciphermode, in nlm_crypto_fill_pkt_ctrl() argument
471 cipheralg, ciphermode, 0, 0, 0); in nlm_crypto_fill_pkt_ctrl()
/f-stack/freebsd/mips/nlm/dev/sec/
H A Dnlmseclib.c178 cmd->cipheralg, cmd->ciphermode, cipkey, in nlm_crypto_do_cipher()
233 cmd->hashalg, cmd->hashmode, cmd->cipheralg, cmd->ciphermode, in nlm_crypto_do_cipher_digest()
275 cmd->ciphermode = NLM_CIPHER_MODE_CBC; in nlm_get_cipher_param()
H A Dnlmseclib.h110 uint32_t ciphermode; member
H A Dnlmsec.c225 printf("ciphermode :%d\n",cmd->ciphermode); in print_cmd()