Home
last modified time | relevance | path

Searched refs:cipheralg (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
228 left_shift64(cipheralg, 34, 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()
274 cmd->cipheralg = NLM_CIPHER_AES128; in nlm_get_cipher_param()
H A Dnlmseclib.h109 uint32_t cipheralg; member
H A Dnlmsec.c224 printf("cipheralg :%d\n",cmd->cipheralg); in print_cmd()