Searched refs:hashmode (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/mips/nlm/hal/ |
| H A D | nlmsaelib.h | 221 unsigned int hashmode, unsigned int cipheralg, unsigned int ciphermode, in nlm_crypto_form_pkt_ctrl_desc() argument 227 left_shift64(hashmode, 43, 8) | in nlm_crypto_form_pkt_ctrl_desc() 396 enum nlm_hash_mode hashmode, unsigned int *taglen, unsigned int *hklen) in nlm_crypto_get_hklen_taglen() argument 402 switch (hashmode) { in nlm_crypto_get_hklen_taglen() 433 } else if (hashmode == NLM_HASH_MODE_XCBC) { in nlm_crypto_get_hklen_taglen() 436 } else if (hashmode == NLM_HASH_MODE_GCM) { in nlm_crypto_get_hklen_taglen() 463 enum nlm_hash_algo hashalg, enum nlm_hash_mode hashmode, in nlm_crypto_fill_pkt_ctrl() argument 470 ctrl->desc0 = nlm_crypto_form_pkt_ctrl_desc(hmac, hashalg, hashmode, in nlm_crypto_fill_pkt_ctrl() 478 if (nlm_crypto_get_hklen_taglen(hashalg, hashmode, &taglen, &hklen) in nlm_crypto_fill_pkt_ctrl()
|
| /f-stack/freebsd/mips/nlm/dev/sec/ |
| H A D | nlmseclib.c | 202 cmd->hashalg, cmd->hashmode, NLM_CIPHER_BYPASS, 0, in nlm_crypto_do_digest() 233 cmd->hashalg, cmd->hashmode, cmd->cipheralg, cmd->ciphermode, in nlm_crypto_do_cipher_digest() 256 cmd->hashmode = NLM_HASH_MODE_SHA1; in nlm_get_digest_param() 260 cmd->hashmode = NLM_HASH_MODE_SHA1; in nlm_get_digest_param()
|
| H A D | nlmseclib.h | 108 uint32_t hashmode; member
|
| H A D | nlmsec.c | 223 printf("hashmode :%d\n",cmd->hashmode); in print_cmd()
|