Searched refs:encodedPoint (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/openssl/ssl/
H A Ds3_srvr.c1620 unsigned char *encodedPoint = NULL; local
1797 encodedPoint = (unsigned char *)
1800 if ((encodedPoint == NULL) || (bn_ctx == NULL)) {
1809 encodedPoint, encodedlen, bn_ctx);
1953 (unsigned char *)encodedPoint, encodedlen);
1954 OPENSSL_free(encodedPoint);
1955 encodedPoint = NULL;
2062 if (encodedPoint != NULL)
2063 OPENSSL_free(encodedPoint);
H A Ds3_clnt.c2517 unsigned char *encodedPoint = NULL; local
2959 encodedPoint = (unsigned char *)
2962 if ((encodedPoint == NULL) || (bn_ctx == NULL)) {
2972 encodedPoint, encoded_pt_len, bn_ctx);
2978 memcpy((unsigned char *)p, encodedPoint, n);
2985 if (encodedPoint != NULL)
2986 OPENSSL_free(encodedPoint);
3237 if (encodedPoint != NULL)
3238 OPENSSL_free(encodedPoint);

Completed in 164 milliseconds