Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dcryptosoft.c104 unsigned char *ivp, *nivp, iv2[EALG_MAX_BLOCK_LEN]; in swcr_encdec() local
215 nivp = (ivp == iv) ? iv2 : iv; in swcr_encdec()
216 memcpy(nivp, inblk, blks); in swcr_encdec()
224 ivp = nivp; in swcr_encdec()