Searched refs:cipheralg (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/mips/nlm/dev/sec/
H A Dnlmseclib.h109 uint32_t cipheralg; member in struct:xlp_sec_command
H A Dnlmseclib.c178 cmd->cipheralg, cmd->ciphermode, cipkey,
233 cmd->hashalg, cmd->hashmode, cmd->cipheralg, cmd->ciphermode,
274 cmd->cipheralg = NLM_CIPHER_AES128;
H A Dnlmsec.c224 printf("cipheralg :%d\n",cmd->cipheralg);
/freebsd-13-stable/sys/mips/nlm/hal/
H A Dnlmsaelib.h221 unsigned int hashmode, unsigned int cipheralg, unsigned int ciphermode,
228 left_shift64(cipheralg, 34, 8) |
464 enum nlm_cipher_algo cipheralg, enum nlm_cipher_mode ciphermode,
471 cipheralg, ciphermode, 0, 0, 0);
220 nlm_crypto_form_pkt_ctrl_desc(unsigned int hmac, unsigned int hashalg, unsigned int hashmode, unsigned int cipheralg, unsigned int ciphermode, unsigned int arc4_cipherkeylen, unsigned int arc4_keyinit, unsigned int cfbmask) argument
462 nlm_crypto_fill_pkt_ctrl(struct nlm_crypto_pkt_ctrl *ctrl, unsigned int hmac, enum nlm_hash_algo hashalg, enum nlm_hash_mode hashmode, enum nlm_cipher_algo cipheralg, enum nlm_cipher_mode ciphermode, const unsigned char *cipherkey, unsigned int cipherkeylen, const unsigned char *hashkey, unsigned int hashkeylen) argument

Completed in 104 milliseconds