Searched refs:ivoff (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/mips/nlm/hal/
H A Dnlmsaelib.h274 * ivoff : iv offset, offset from start of src data addr
286 nlm_crypto_form_pkt_desc2(unsigned int ivoff, unsigned int cipherbit_cnt, argument
290 return (left_shift64(ivoff , 45, 16) |
498 * ivoff : iv offset from start of data
510 unsigned int hash_source, unsigned int ivoff, unsigned int ivlen,
517 param->desc2 = nlm_crypto_form_pkt_desc2(ivoff, 0, cipheroff, 0, 0,
529 * ivoff : iv 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);
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.h105 uint32_t ivoff; member in struct:xlp_sec_command
H A Dnlmsec.c165 printf("p2: ivoff %d cbit %d coff %d hbit %d hclb %d hoff %d\n",
220 printf("ivoff :%d\n",cmd->ivoff);
621 cmd->ivoff = 0;
623 cmd->ivoff = crp->crp_iv_start;
667 cmd->ivoff = 0;
669 cmd->ivoff = crp->crp_iv_start;
H A Dnlmseclib.c182 CRYPTO_OP_IS_ENCRYPT(cmd->crp->crp_op) ? 1 : 0, cmd->ivoff,
239 cmd->ivoff, cmd->ivlen, cmd->hashoff, cmd->hashlen,
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-esp.c683 const u_char *ivoff; local
786 ivoff = (const u_char *)(esp + 1) + 0;
798 p = ivoff;
846 advance = ivoff - (const u_char *)esp + ivlen;
/freebsd-13-stable/crypto/openssl/crypto/perlasm/
H A Dsparcv9_modes.pl39 my ($ileft,$iright,$ooff,$omask,$ivoff,$blk_init)=map("%l$_",(0..7));
55 andcc $ivec, 7, $ivoff
133 brnz,pn $ivoff, 3f
168 brnz,pn $ivoff, 3f
177 3: alignaddrl $ivec, $ivoff, %g0 ! handle unaligned ivec
179 srl $omask, $ivoff, $omask
245 brnz,pn $ivoff, 3b
273 andcc $ivec, 7, $ivoff
355 brnz,pn $ivoff, .L${bits}_cbc_dec_unaligned_ivec
390 brnz,pn $ivoff,
[all...]
/freebsd-13-stable/crypto/openssl/crypto/aes/asm/
H A Daest4-sparcv9.pl426 my ($ileft,$iright,$ooff,$omask,$ivoff)=map("%l$_",(1..7));
/freebsd-13-stable/crypto/openssl/crypto/camellia/asm/
H A Dcmllt4-sparcv9.pl503 my ($ileft,$iright,$ooff,$omask,$ivoff)=map("%l$_",(1..7));

Completed in 143 milliseconds