Home
last modified time | relevance | path

Searched refs:iv2 (Results 1 – 2 of 2) 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()
282 explicit_bzero(iv2, sizeof(iv2)); in swcr_encdec()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa.h525 #define BP_SET_IV2(bp, iv2) \ argument
528 BF64_SET((bp)->blk_fill, 32, 32, iv2); \