Searched defs:ecdhp (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dd1_srvr.c1035 EC_KEY *ecdh=NULL, *ecdhp; local
1154 ecdhp=cert->ecdh_tmp;
1155 if ((ecdhp == NULL) && (s->cert->ecdh_tmp_cb != NULL))
1157 ecdhp=s->cert->ecdh_tmp_cb(s,
1161 if (ecdhp == NULL)
1176 if (ecdhp == NULL)
1181 if ((ecdh = EC_KEY_dup(ecdhp)) == NULL)
H A Ds3_srvr.c1597 EC_KEY *ecdh=NULL, *ecdhp; local
1716 ecdhp=cert->ecdh_tmp;
1717 if ((ecdhp == NULL) && (s->cert->ecdh_tmp_cb != NULL))
1719 ecdhp=s->cert->ecdh_tmp_cb(s,
1723 if (ecdhp == NULL)
1737 if (ecdhp == NULL)
1742 if ((ecdh = EC_KEY_dup(ecdhp)) == NULL)
/external/openssl/ssl/
H A Dd1_srvr.c1046 EC_KEY *ecdh=NULL, *ecdhp; local
1165 ecdhp=cert->ecdh_tmp;
1166 if ((ecdhp == NULL) && (s->cert->ecdh_tmp_cb != NULL))
1168 ecdhp=s->cert->ecdh_tmp_cb(s,
1172 if (ecdhp == NULL)
1187 if (ecdhp == NULL)
1192 if ((ecdh = EC_KEY_dup(ecdhp)) == NULL)
H A Ds3_srvr.c1619 EC_KEY *ecdh=NULL, *ecdhp; local
1754 ecdhp=cert->ecdh_tmp;
1755 if ((ecdhp == NULL) && (s->cert->ecdh_tmp_cb != NULL))
1757 ecdhp=s->cert->ecdh_tmp_cb(s,
1761 if (ecdhp == NULL)
1775 if (ecdhp == NULL)
1780 if ((ecdh = EC_KEY_dup(ecdhp)) == NULL)

Completed in 197 milliseconds