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

/freebsd-11-stable/contrib/netbsd-tests/crypto/opencrypto/
H A Dh_comp.c47 struct crypt_op co1, co2; local
74 memset(&co2, 0, sizeof(co2));
75 co2.ses = cs.ses;
76 co2.op = COP_DECOMP;
77 co2.len = co1.dst_len;
78 co2.src = buf1;
79 co2.dst = buf2;
80 co2.dst_len = sizeof(buf2);
82 res = ioctl(fd, CIOCCRYPT, &co2);
[all...]
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssltest.c1017 struct cb_info_st co2 = { "C", 1, 2 }; /* insist on oqaque PRF input */ variable in typeref:struct:cb_info_st
1608 /* or &co2 or NULL */

Completed in 113 milliseconds