Searched refs:ivec_copy (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Ddestest.c151 DES_cblock ivdata, ivec_copy; local
165 memcpy(&ivec_copy, &ivdata, sizeof(ivec_copy));
167 &s1, &s2, &s3, &ivec_copy, 1);
170 memcpy(&ivec_copy, &ivdata, sizeof(ivec_copy));
172 &s1, &s2, &s3, &ivec_copy, 0);

Completed in 82 milliseconds