Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_hdcp.c1224 struct hdcp2_ake_send_cert send_cert; in hdcp2_authentication_key_exchange() member
1247 &msgs.send_cert, sizeof(msgs.send_cert)); in hdcp2_authentication_key_exchange()
1251 if (msgs.send_cert.rx_caps[0] != HDCP_2_2_RX_CAPS_VERSION_VAL) { in hdcp2_authentication_key_exchange()
1256 hdcp->is_repeater = HDCP_2_2_RX_REPEATER(msgs.send_cert.rx_caps[2]); in hdcp2_authentication_key_exchange()
1258 if (drm_hdcp_check_ksvs_revoked(dev, msgs.send_cert.cert_rx.receiver_id, in hdcp2_authentication_key_exchange()
1268 ret = hdcp2_verify_rx_cert_prepare_km(connector, &msgs.send_cert, in hdcp2_authentication_key_exchange()
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dremoteconf.h111 int send_cert; /* send to CERT or not */ member
H A Disakmp_base.c488 if (iph1->cert && iph1->rmconf->send_cert)
1296 if (iph1->cert && iph1->rmconf->send_cert)
H A Disakmp_agg.c649 if (iph1->cert != NULL && iph1->rmconf->send_cert)
1077 if (iph1->cert != NULL && iph1->rmconf->send_cert)
H A Dremoteconf.c512 new->send_cert = TRUE; in newrmconf()
1019 s_switch (p->send_cert)); in dump_rmconf_single()
H A Dcfparse.y2108 | SEND_CERT SWITCH { cur_rmconf->send_cert = $2; } EOS
2414 cur_rmconf->send_cert = FALSE;
H A Disakmp_ident.c1783 if (iph1->cert != NULL && iph1->rmconf->send_cert)