Searched refs:lrw_setiv (Results 1 – 5 of 5) sorted by relevance
6 srcs-y += lrw_setiv.c
19 int lrw_setiv(const unsigned char *IV, unsigned long len, symmetric_LRW *lrw) in lrw_setiv() function
100 if ((err = lrw_setiv(tests[x].IV, 16, &lrw)) != CRYPT_OK) { in lrw_test()
88 return lrw_setiv(IV, 16, lrw); in lrw_start()
946 int lrw_setiv(const unsigned char *IV, unsigned long len, symmetric_LRW *lrw);
Completed in 8 milliseconds