Lines Matching refs:pub_pt_hex
2112 char *pub_pt_hex = ec_key_get_pub_point_hex(EVP_PKEY_get0_EC_KEY(pub));
2113 if (pub_pt_hex == NULL)
2116 SHA256((const unsigned char*)pub_pt_hex, strlen(pub_pt_hex), buf);
2118 OPENSSL_free(pub_pt_hex);
2135 char *pub_pt_hex = ec_key_get_pub_point_hex(EVP_PKEY_get0_EC_KEY(priv));
2136 if (pub_pt_hex == NULL)
2139 SHA256((const unsigned char*)pub_pt_hex, strlen(pub_pt_hex), buf);
2141 OPENSSL_free(pub_pt_hex);