Searched refs:other_eph_pub_y (Results 1 – 2 of 2) sorted by relevance
649 handshake->keyx.ecdsa.other_eph_pub_y, in calculate_key_block()1034 memcpy(handshake->keyx.ecdsa.other_eph_pub_y, data, in check_client_keyexchange()1035 sizeof(handshake->keyx.ecdsa.other_eph_pub_y)); in check_client_keyexchange()1036 data += sizeof(handshake->keyx.ecdsa.other_eph_pub_y); in check_client_keyexchange()2654 memcpy(config->keyx.ecdsa.other_eph_pub_x, data, sizeof(config->keyx.ecdsa.other_eph_pub_y)); in check_server_key_exchange_ecdsa()2655 data += sizeof(config->keyx.ecdsa.other_eph_pub_y); in check_server_key_exchange_ecdsa()2656 data_length -= sizeof(config->keyx.ecdsa.other_eph_pub_y); in check_server_key_exchange_ecdsa()2658 memcpy(config->keyx.ecdsa.other_eph_pub_y, data, sizeof(config->keyx.ecdsa.other_eph_pub_y)); in check_server_key_exchange_ecdsa()2659 data += sizeof(config->keyx.ecdsa.other_eph_pub_y); in check_server_key_exchange_ecdsa()2660 data_length -= sizeof(config->keyx.ecdsa.other_eph_pub_y); in check_server_key_exchange_ecdsa()
82 uint8 other_eph_pub_y[32]; member