Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/nlm/hal/
H A Dnlmsaelib.h287 unsigned int cipheroff, unsigned int hashbit_cnt, unsigned int hashclobber, in nlm_crypto_form_pkt_desc2() argument
292 left_shift64(cipheroff, 22, 16) | in nlm_crypto_form_pkt_desc2()
512 unsigned int cipheroff, unsigned int cipherlen, unsigned char *hashdst_addr) in nlm_crypto_fill_cipher_auth_pkt_param() argument
517 param->desc2 = nlm_crypto_form_pkt_desc2(ivoff, 0, cipheroff, 0, 0, in nlm_crypto_fill_cipher_auth_pkt_param()
537 unsigned int ivoff, unsigned int ivlen, unsigned int cipheroff, in nlm_crypto_fill_cipher_pkt_param() argument
542 param->desc2 = nlm_crypto_form_pkt_desc2(ivoff, 0, cipheroff, 0, 0, 0); in nlm_crypto_fill_cipher_pkt_param()
/f-stack/freebsd/mips/nlm/dev/sec/
H A Dnlmsec.c218 printf("cipheroff :%d\n",cmd->cipheroff); in print_cmd()
617 cmd->cipheroff = crp->crp_payload_start; in xlp_sec_process()
620 cmd->cipheroff += cmd->ivlen; in xlp_sec_process()
662 cmd->cipheroff = crp->crp_payload_start; in xlp_sec_process()
666 cmd->cipheroff += cmd->ivlen; in xlp_sec_process()
H A Dnlmseclib.c183 cmd->ivlen, cmd->cipheroff, cmd->cipherlen); in nlm_crypto_do_cipher()
240 cmd->hmacpad, cmd->cipheroff, cmd->cipherlen, in nlm_crypto_do_cipher_digest()
H A Dnlmseclib.h103 uint32_t cipheroff; member