Searched refs:EC_POINT_clear_free (Results 1 – 11 of 11) sorted by relevance
71 NativeCrypto.EC_POINT_clear_free(context); in finalize()
202 public static native void EC_POINT_clear_free(long pointRef); in EC_POINT_clear_free() method in NativeCrypto
160 EC_POINT_clear_free(data->my_element); in eap_pwd_deinit()161 EC_POINT_clear_free(data->server_element); in eap_pwd_deinit()167 EC_POINT_clear_free(data->grp->pwe); in eap_pwd_deinit()552 EC_POINT_clear_free(K); in eap_pwd_perform_commit_exchange()553 EC_POINT_clear_free(point); in eap_pwd_perform_commit_exchange()
146 EC_POINT_clear_free(data->my_element); in eap_pwd_reset()147 EC_POINT_clear_free(data->peer_element); in eap_pwd_reset()153 EC_POINT_clear_free(data->grp->pwe); in eap_pwd_reset()765 EC_POINT_clear_free(K); in eap_pwd_process_commit_resp()766 EC_POINT_clear_free(point); in eap_pwd_process_commit_resp()
215 EC_POINT_clear_free(server_public); in input_kex_ecdh_reply()
170 OPENSSL_EXPORT void EC_POINT_clear_free(EC_POINT *point);
485 EC_POINT_clear_free(dest->generator); in ec_group_copy()640 void EC_POINT_clear_free(EC_POINT *point) { in EC_POINT_clear_free() function
650 EC_POINT_clear_free(*v); in ec_wNAF_mul()
1274 EC_POINT_clear_free((EC_POINT *) p); in crypto_ec_point_deinit()1323 EC_POINT_clear_free(elem); in crypto_ec_point_from_bin()1329 EC_POINT_clear_free(elem); in crypto_ec_point_from_bin()
269 EC_POINT_clear_free(grp->pwe); in compute_password_element()
208 EC_POINT_clear_free(p); in operator ()()10689 NATIVE_METHOD(NativeCrypto, EC_POINT_clear_free, "(J)V"),