Home
last modified time | relevance | path

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

/openbsd/usr.sbin/relayd/
H A Dca.c221 struct ctl_keyop cko; in ca_dispatch_relay() local
232 bcopy(imsg->data, &cko, sizeof(cko)); in ca_dispatch_relay()
235 if (IMSG_DATA_SIZE(imsg) != (sizeof(cko) + cko.cko_flen)) in ca_dispatch_relay()
244 __func__, __LINE__, cko.cko_hash, cko.cko_proc); in ca_dispatch_relay()
252 cko.cko_tlen = RSA_private_encrypt(cko.cko_flen, in ca_dispatch_relay()
256 cko.cko_tlen = RSA_private_decrypt(cko.cko_flen, in ca_dispatch_relay()
301 struct ctl_keyop cko; in rsae_send_imsg() local
322 (void)strlcpy(cko.cko_hash, hash, sizeof(cko.cko_hash)); in rsae_send_imsg()
324 cko.cko_flen = flen; in rsae_send_imsg()
372 memcpy(&cko, imsg.data, sizeof(cko)); in rsae_send_imsg()
[all …]