Searched refs:hashoff (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/mips/nlm/hal/ |
| H A D | nlmsaelib.h | 288 unsigned int hashoff) in nlm_crypto_form_pkt_desc2() argument 295 left_shift64(hashoff, 0, 16)); in nlm_crypto_form_pkt_desc2() 511 unsigned int hashoff, unsigned int hashlen, unsigned int hmacpad, in nlm_crypto_fill_cipher_auth_pkt_param() argument 518 hashoff); in nlm_crypto_fill_cipher_auth_pkt_param() 558 struct nlm_crypto_pkt_param *param, unsigned int hashoff, in nlm_crypto_fill_auth_pkt_param() argument 564 param->desc2 = nlm_crypto_form_pkt_desc2(0, 0, 0, 0, 0, hashoff); in nlm_crypto_fill_auth_pkt_param()
|
| /f-stack/freebsd/mips/nlm/dev/sec/ |
| H A D | nlmsec.c | 216 printf("hashoff :%d\n",cmd->hashoff); in print_cmd() 633 cmd->hashoff = crp->crp_payload_start; in xlp_sec_process() 650 cmd->hashoff = crp->crp_aad_start; in xlp_sec_process() 654 cmd->hashoff = crp->crp_payload_start; in xlp_sec_process() 665 cmd->hashoff += cmd->ivlen; in xlp_sec_process()
|
| H A D | nlmseclib.c | 206 cmd->hashoff, cmd->hashlen, cmd->hmacpad, in nlm_crypto_do_digest() 239 cmd->ivoff, cmd->ivlen, cmd->hashoff, cmd->hashlen, in nlm_crypto_do_cipher_digest()
|
| H A D | nlmseclib.h | 101 uint32_t hashoff; member
|