Searched refs:other_pub_x (Results 1 – 8 of 8) sorted by relevance
/net-tools-3.4.0/tinydtls-0.8.2/ |
D | dtls.h | 216 const unsigned char *other_pub_x,
|
D | crypto.h | 83 uint8 other_pub_x[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() 1723 sizeof(config->keyx.ecdsa.other_pub_x), in check_client_certificate_verify() 2583 memcpy(config->keyx.ecdsa.other_pub_x, data, in check_server_certificate() 2584 sizeof(config->keyx.ecdsa.other_pub_x)); in check_server_certificate() 2585 data += sizeof(config->keyx.ecdsa.other_pub_x); in check_server_certificate() 2592 config->keyx.ecdsa.other_pub_x, in check_server_certificate() 2594 sizeof(config->keyx.ecdsa.other_pub_x)); 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() 2670 sizeof(config->keyx.ecdsa.other_pub_x), in check_server_key_exchange_ecdsa()
|
/net-tools-3.4.0/tinydtls-0.8.2/examples/contiki/ |
D | dtls-server.c | 181 const unsigned char *other_pub_x, in verify_ecdsa_key() argument
|
D | dtls-client.c | 200 const unsigned char *other_pub_x, in verify_ecdsa_key() argument
|
/net-tools-3.4.0/tinydtls-0.8.2/tests/ |
D | dtls-server.c | 116 const unsigned char *other_pub_x, in verify_ecdsa_key() argument
|
D | dtls-client.c | 162 const unsigned char *other_pub_x, in verify_ecdsa_key() argument
|
/net-tools-3.4.0/ |
D | coap-client.c | 587 const unsigned char *other_pub_x, in verify_ecdsa_key() argument
|