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

/external/openssl/ssl/
H A Dd1_clnt.c985 unsigned char *encodedPoint = NULL; local
1418 encodedPoint = (unsigned char *)
1422 if ((encodedPoint == NULL) ||
1433 encodedPoint, encoded_pt_len, bn_ctx);
1439 memcpy((unsigned char *)p, encodedPoint, n);
1446 if (encodedPoint != NULL) OPENSSL_free(encodedPoint);
1554 if (encodedPoint != NULL) OPENSSL_free(encodedPoint);
H A Dd1_srvr.c1053 unsigned char *encodedPoint = NULL; local
1252 encodedPoint = (unsigned char *)
1255 if ((encodedPoint == NULL) || (bn_ctx == NULL))
1265 encodedPoint, encodedlen, bn_ctx);
1362 (unsigned char *)encodedPoint,
1364 OPENSSL_free(encodedPoint);
1365 encodedPoint = NULL;
1479 if (encodedPoint != NULL) OPENSSL_free(encodedPoint);
H A Ds3_clnt.c2453 unsigned char *encodedPoint = NULL; local
3011 encodedPoint = (unsigned char *)
3015 if ((encodedPoint == NULL) ||
3026 encodedPoint, encoded_pt_len, bn_ctx);
3045 memcpy((unsigned char *)p, encodedPoint, encoded_pt_len);
3052 if (encodedPoint != NULL) OPENSSL_free(encodedPoint);
3204 if (encodedPoint != NULL) OPENSSL_free(encodedPoint);
H A Ds3_srvr.c1622 unsigned char *encodedPoint = NULL; local
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);
/external/chromium_org/third_party/boringssl/src/ssl/
H A Ds3_srvr.c1274 unsigned char *encodedPoint = NULL; local
1449 encodedPoint = (unsigned char *)
1452 if ((encodedPoint == NULL) || (bn_ctx == NULL))
1462 encodedPoint, encodedlen, bn_ctx);
1562 (unsigned char *)encodedPoint,
1564 OPENSSL_free(encodedPoint);
1565 encodedPoint = NULL;
1651 if (encodedPoint != NULL) OPENSSL_free(encodedPoint);
H A Ds3_clnt.c1881 unsigned char *encodedPoint = NULL; local
2208 encodedPoint = (unsigned char *)
2212 if ((encodedPoint == NULL) ||
2223 encodedPoint, encoded_pt_len, bn_ctx);
2240 memcpy((unsigned char *)p, encodedPoint, encoded_pt_len);
2246 OPENSSL_free(encodedPoint);
2266 if (encodedPoint != NULL) OPENSSL_free(encodedPoint);

Completed in 110 milliseconds