Home
last modified time | relevance | path

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

/net-tools-3.7.0/tinydtls-0.8.2/
Ddtls.h216 const unsigned char *other_pub_x,
Dcrypto.h83 uint8 other_pub_x[32]; member
Ddtls.c1722 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.7.0/tinydtls-0.8.2/examples/contiki/
Ddtls-server.c181 const unsigned char *other_pub_x, in verify_ecdsa_key() argument
Ddtls-client.c200 const unsigned char *other_pub_x, in verify_ecdsa_key() argument
/net-tools-3.7.0/tinydtls-0.8.2/tests/
Ddtls-server.c116 const unsigned char *other_pub_x, in verify_ecdsa_key() argument
Ddtls-client.c162 const unsigned char *other_pub_x, in verify_ecdsa_key() argument
/net-tools-3.7.0/
Dcoap-client.c587 const unsigned char *other_pub_x, in verify_ecdsa_key() argument