Searched refs:other_pub_y (Results 1 – 8 of 8) sorted by relevance
/net-tools-3.4.0/tinydtls-0.8.2/ |
D | dtls.h | 217 const unsigned char *other_pub_y,
|
D | crypto.h | 84 uint8 other_pub_y[32]; member
|
D | dtls.c | 1722 ret = dtls_ecdsa_verify_sig_hash(config->keyx.ecdsa.other_pub_x, config->keyx.ecdsa.other_pub_y, in check_client_certificate_verify() 2587 memcpy(config->keyx.ecdsa.other_pub_y, data, in check_server_certificate() 2588 sizeof(config->keyx.ecdsa.other_pub_y)); in check_server_certificate() 2589 data += sizeof(config->keyx.ecdsa.other_pub_y); in check_server_certificate() 2593 config->keyx.ecdsa.other_pub_y, in check_server_certificate() 2669 ret = dtls_ecdsa_verify_sig(config->keyx.ecdsa.other_pub_x, config->keyx.ecdsa.other_pub_y, in check_server_key_exchange_ecdsa()
|
/net-tools-3.4.0/tinydtls-0.8.2/examples/contiki/ |
D | dtls-server.c | 182 const unsigned char *other_pub_y, in verify_ecdsa_key() argument
|
D | dtls-client.c | 201 const unsigned char *other_pub_y, in verify_ecdsa_key() argument
|
/net-tools-3.4.0/tinydtls-0.8.2/tests/ |
D | dtls-server.c | 117 const unsigned char *other_pub_y, in verify_ecdsa_key() argument
|
D | dtls-client.c | 163 const unsigned char *other_pub_y, in verify_ecdsa_key() argument
|
/net-tools-3.4.0/ |
D | coap-client.c | 588 const unsigned char *other_pub_y, in verify_ecdsa_key() argument
|