Home | History | Annotate | Download | only in ssl

Lines Matching refs:encodedPoint

1622 	unsigned char *encodedPoint = NULL;
1836 encodedPoint = (unsigned char *)
1839 if ((encodedPoint == NULL) || (bn_ctx == NULL))
1849 encodedPoint, encodedlen, bn_ctx);
1985 (unsigned char *)encodedPoint,
1987 OPENSSL_free(encodedPoint);
1988 encodedPoint = NULL;
2088 if (encodedPoint != NULL) OPENSSL_free(encodedPoint);