HomeSort by: relevance | last modified time | path
    Searched defs:co1 (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/crypto/opencrypto/
h_comp.c 47 struct crypt_op co1, co2; local in function:main
59 memset(&co1, 0, sizeof(co1));
60 co1.ses = cs.ses;
61 co1.op = COP_COMP;
62 co1.len = sizeof(text);
63 co1.src = text;
64 co1.dst = buf1;
65 co1.dst_len = sizeof(buf1);
66 res = ioctl(fd, CIOCCRYPT, &co1);
    [all...]
h_comp_zlib.c 46 struct crypt_op co1; local in function:main
59 memset(&co1, 0, sizeof(co1));
60 co1.ses = cs.ses;
61 co1.op = COP_COMP;
62 co1.len = sizeof(text);
63 co1.src = text;
64 co1.dst = buf1;
65 co1.dst_len = sizeof(buf1);
66 co1.flags = COP_F_BATCH
    [all...]
h_comp_zlib_rnd.c 48 struct crypt_op co1; local in function:main
64 memset(&co1, 0, sizeof(co1));
65 co1.ses = cs.ses;
66 co1.op = COP_COMP;
67 co1.len = sizeof(text);
68 co1.src = text;
69 co1.dst = buf1;
70 co1.dst_len = sizeof(buf1);
71 res = ioctl(fd, CIOCCRYPT, &co1);
    [all...]

Completed in 13 milliseconds