Home
last modified time | relevance | path

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

/net-tools-3.4.0/tinydtls-0.8.2/
Ddtls.h217 const unsigned char *other_pub_y,
Dcrypto.h84 uint8 other_pub_y[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()
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/
Ddtls-server.c182 const unsigned char *other_pub_y, in verify_ecdsa_key() argument
Ddtls-client.c201 const unsigned char *other_pub_y, in verify_ecdsa_key() argument
/net-tools-3.4.0/tinydtls-0.8.2/tests/
Ddtls-server.c117 const unsigned char *other_pub_y, in verify_ecdsa_key() argument
Ddtls-client.c163 const unsigned char *other_pub_y, in verify_ecdsa_key() argument
/net-tools-3.4.0/
Dcoap-client.c588 const unsigned char *other_pub_y, in verify_ecdsa_key() argument