Home | History | Annotate | Download | only in ssl

Lines Matching refs:encodedPoint

1623   uint8_t *encodedPoint = NULL;
1879 encodedPoint =
1882 if (encodedPoint == NULL || bn_ctx == NULL) {
1891 POINT_CONVERSION_UNCOMPRESSED, encodedPoint, encoded_pt_len, bn_ctx);
1898 memcpy(p, encodedPoint, encoded_pt_len);
1905 OPENSSL_free(encodedPoint);
1906 encodedPoint = NULL;
1979 OPENSSL_free(encodedPoint);