Searched defs:IV (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/net/wanboot/crypt/
H A Dcbc.c67 uint8_t *IV)
78 lastp = IV;
88 bcopy(lastp, IV, ch->blocklen);
94 uint8_t *IV)
106 lastp = IV;
66 cbc_encrypt(cbc_handle_t *ch, uint8_t *data, size_t datalen, uint8_t *IV) argument
93 cbc_decrypt(cbc_handle_t *ch, uint8_t *data, size_t datalen, uint8_t *IV) argument

Completed in 60 milliseconds