Lines Matching defs:co1
48 struct crypt_op co1;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);77 z.avail_in = co1.dst_len;
Indexes created Wed Oct 01 19:09:53 GMT 2025