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

/freebsd-13-stable/sys/mips/nlm/hal/
H A Dnlmsaelib.h277 * cipheroff : cipher offset, offset from start of src data addr
287 unsigned int cipheroff, unsigned int hashbit_cnt, unsigned int hashclobber,
292 left_shift64(cipheroff, 22, 16) |
503 * cipheroff : cipher offset from start of data
512 unsigned int cipheroff, unsigned int cipherlen, unsigned char *hashdst_addr)
517 param->desc2 = nlm_crypto_form_pkt_desc2(ivoff, 0, cipheroff, 0, 0,
531 * cipheroff : cipher offset from start of data
537 unsigned int ivoff, unsigned int ivlen, unsigned int cipheroff,
542 param->desc2 = nlm_crypto_form_pkt_desc2(ivoff, 0, cipheroff, 0, 0, 0);
286 nlm_crypto_form_pkt_desc2(unsigned int ivoff, unsigned int cipherbit_cnt, unsigned int cipheroff, unsigned int hashbit_cnt, unsigned int hashclobber, unsigned int hashoff) argument
508 nlm_crypto_fill_cipher_auth_pkt_param(struct nlm_crypto_pkt_ctrl *ctrl, struct nlm_crypto_pkt_param *param, unsigned int encrypt, unsigned int hash_source, unsigned int ivoff, unsigned int ivlen, unsigned int hashoff, unsigned int hashlen, unsigned int hmacpad, unsigned int cipheroff, unsigned int cipherlen, unsigned char *hashdst_addr) argument
535 nlm_crypto_fill_cipher_pkt_param(struct nlm_crypto_pkt_ctrl *ctrl, struct nlm_crypto_pkt_param *param, unsigned int encrypt, unsigned int ivoff, unsigned int ivlen, unsigned int cipheroff, unsigned int cipherlen) argument
/freebsd-13-stable/sys/mips/nlm/dev/sec/
H A Dnlmseclib.h103 uint32_t cipheroff; member in struct:xlp_sec_command
H A Dnlmsec.c218 printf("cipheroff :%d\n",cmd->cipheroff);
617 cmd->cipheroff = crp->crp_payload_start;
620 cmd->cipheroff += cmd->ivlen;
662 cmd->cipheroff = crp->crp_payload_start;
666 cmd->cipheroff += cmd->ivlen;
H A Dnlmseclib.c183 cmd->ivlen, cmd->cipheroff, cmd->cipherlen);
240 cmd->hmacpad, cmd->cipheroff, cmd->cipherlen,

Completed in 166 milliseconds