Searched refs:pub_pt_hex (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-dcrypt/
H A Ddcrypt-openssl.c2112 char *pub_pt_hex = ec_key_get_pub_point_hex(EVP_PKEY_get0_EC_KEY(pub)); local
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)); local
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);
[all...]

Completed in 15 milliseconds