Lines Matching refs:encodedPoint
1243 uint8_t *encodedPoint = NULL;
1366 encodedPoint = (uint8_t *)OPENSSL_malloc(encodedlen * sizeof(uint8_t));
1368 if (encodedPoint == NULL || bn_ctx == NULL) {
1376 encodedPoint, encodedlen, bn_ctx);
1455 memcpy(p, encodedPoint, encodedlen);
1457 OPENSSL_free(encodedPoint);
1458 encodedPoint = NULL;
1515 OPENSSL_free(encodedPoint);