Home
last modified time | relevance | path

Searched refs:d3h (Results 1 – 1 of 1) sorted by relevance

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