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

/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daest4-sparcv9.pl416 my ($ileft,$iright,$ooff,$omask,$ivoff)=map("%l$_",(1..7));
/freebsd-11-stable/crypto/openssl/crypto/camellia/asm/
H A Dcmllt4-sparcv9.pl493 my ($ileft,$iright,$ooff,$omask,$ivoff)=map("%l$_",(1..7));
/freebsd-11-stable/crypto/openssl/crypto/perlasm/
H A Dsparcv9_modes.pl28 my ($ileft,$iright,$ooff,$omask,$ivoff,$blk_init)=map("%l$_",(0..7));
44 andcc $ivec, 7, $ivoff
122 brnz,pn $ivoff, 3f
157 brnz,pn $ivoff, 3f
166 3: alignaddrl $ivec, $ivoff, %g0 ! handle unaligned ivec
168 srl $omask, $ivoff, $omask
234 brnz,pn $ivoff, 3b
262 andcc $ivec, 7, $ivoff
344 brnz,pn $ivoff, .L${bits}_cbc_dec_unaligned_ivec
379 brnz,pn $ivoff,
[all...]
/freebsd-11-stable/sys/mips/nlm/dev/sec/
H A Dnlmsec.c162 printf("p2: ivoff %d cbit %d coff %d hbit %d hclb %d hoff %d\n",
257 printf("ivoff :%d\n",cmd->ivoff);
761 cmd->ivoff = 0;
763 cmd->ivoff = cmd->enccrd->crd_inject;
821 cmd->ivoff = cmd->enccrd->crd_inject;
H A Dnlmseclib.c181 (cipdesc->crd_flags & CRD_F_ENCRYPT) ? 1 : 0, cmd->ivoff,
242 cmd->ivoff, cmd->ivlen, cmd->hashoff, cmd->hashlen,
H A Dnlmseclib.h109 uint32_t ivoff; member in struct:xlp_sec_command
/freebsd-11-stable/sys/mips/nlm/hal/
H A Dnlmsaelib.h272 * ivoff : iv offset, offset from start of src data addr
284 nlm_crypto_form_pkt_desc2(unsigned int ivoff, unsigned int cipherbit_cnt, argument
288 return (left_shift64(ivoff , 45, 16) |
496 * ivoff : iv offset from start of data
508 unsigned int hash_source, unsigned int ivoff, unsigned int ivlen,
515 param->desc2 = nlm_crypto_form_pkt_desc2(ivoff, 0, cipheroff, 0, 0,
527 * ivoff : iv offset from start of data
535 unsigned int ivoff, unsigned int ivlen, unsigned int cipheroff,
540 param->desc2 = nlm_crypto_form_pkt_desc2(ivoff, 0, cipheroff, 0, 0, 0);
506 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
533 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-11-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;

Completed in 147 milliseconds