Searched refs:EC_POINT_clear_free (Results 1 – 10 of 10) sorted by relevance
71 NativeCrypto.EC_POINT_clear_free(context); in finalize()
190 public static native void EC_POINT_clear_free(long pointRef); in EC_POINT_clear_free() method in NativeCrypto
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()770 EC_POINT_clear_free(K); in eap_pwd_process_commit_resp()771 EC_POINT_clear_free(point); in eap_pwd_process_commit_resp()
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()559 EC_POINT_clear_free(K); in eap_pwd_perform_commit_exchange()560 EC_POINT_clear_free(point); in eap_pwd_perform_commit_exchange()
160 OPENSSL_EXPORT void EC_POINT_clear_free(EC_POINT *point);
561 EC_POINT_clear_free(dest->generator); in ec_group_copy()682 void EC_POINT_clear_free(EC_POINT *point) { in EC_POINT_clear_free() function
442 EC_POINT_clear_free(*v); in ec_wNAF_mul()
289 EC_POINT_clear_free(grp->pwe); in compute_password_element()
1373 EC_POINT_clear_free((EC_POINT *) p); in crypto_ec_point_deinit()1428 EC_POINT_clear_free(elem); in crypto_ec_point_from_bin()1434 EC_POINT_clear_free(elem); in crypto_ec_point_from_bin()
207 EC_POINT_clear_free(p); in operator ()()11099 NATIVE_METHOD(NativeCrypto, EC_POINT_clear_free, "(J)V"),