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

/illumos-gate/usr/src/common/net/wanboot/crypt/
H A Ddes3_test.c110 void *d3h; local
121 if (des3_init(&d3h) != 0) {
134 des3_key(d3h, key);
141 des3_encrypt(d3h, work);
149 des3_decrypt(d3h, work);
161 des3_fini(d3h);

Completed in 63 milliseconds