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

/freebsd-10-stable/crypto/openssl/ssl/
H A Dd1_srvr.c1105 unsigned char *encodedPoint = NULL; local
1293 encodedPoint = (unsigned char *)
1296 if ((encodedPoint == NULL) || (bn_ctx == NULL)) {
1305 encodedPoint, encodedlen, bn_ctx);
1395 (unsigned char *)encodedPoint, encodedlen);
1396 OPENSSL_free(encodedPoint);
1397 encodedPoint = NULL;
1511 if (encodedPoint != NULL)
1512 OPENSSL_free(encodedPoint);
H A Dd1_clnt.c989 unsigned char *encodedPoint = NULL; local
1402 encodedPoint = (unsigned char *)
1405 if ((encodedPoint == NULL) || (bn_ctx == NULL)) {
1415 encodedPoint, encoded_pt_len, bn_ctx);
1421 memcpy((unsigned char *)p, encodedPoint, n);
1428 if (encodedPoint != NULL)
1429 OPENSSL_free(encodedPoint);
1544 if (encodedPoint != NULL)
1545 OPENSSL_free(encodedPoint);
H A Ds3_srvr.c1649 unsigned char *encodedPoint = NULL; local
1823 encodedPoint = (unsigned char *)
1826 if ((encodedPoint == NULL) || (bn_ctx == NULL)) {
1835 encodedPoint, encodedlen, bn_ctx);
1951 (unsigned char *)encodedPoint, encodedlen);
1952 OPENSSL_free(encodedPoint);
1953 encodedPoint = NULL;
2069 if (encodedPoint != NULL)
2070 OPENSSL_free(encodedPoint);
H A Ds3_clnt.c2371 unsigned char *encodedPoint = NULL; local
2796 encodedPoint = (unsigned char *)
2799 if ((encodedPoint == NULL) || (bn_ctx == NULL)) {
2809 encodedPoint, encoded_pt_len, bn_ctx);
2815 memcpy((unsigned char *)p, encodedPoint, n);
2822 if (encodedPoint != NULL)
2823 OPENSSL_free(encodedPoint);
3079 if (encodedPoint != NULL)
3080 OPENSSL_free(encodedPoint);

Completed in 135 milliseconds