Searched refs:ivec_copy (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| H A D | destest.c | 151 DES_cblock ivdata, ivec_copy; in cbc3_test() local 165 memcpy(&ivec_copy, &ivdata, sizeof(ivec_copy)); in cbc3_test() 167 &s1, &s2, &s3, &ivec_copy, 1); in cbc3_test() 170 memcpy(&ivec_copy, &ivdata, sizeof(ivec_copy)); in cbc3_test() 172 &s1, &s2, &s3, &ivec_copy, 0); in cbc3_test()
|