Searched defs:ssl_ecdh_method_st (Results 1 – 1 of 1) sorted by relevance
526 struct ssl_ecdh_method_st { struct527 int nid;528 uint16_t curve_id;529 const char name[8];532 void (*cleanup)(SSL_ECDH_CTX *ctx);536 int (*generate_keypair)(SSL_ECDH_CTX *ctx, CBB *out_public_key);543 int (*compute_secret)(SSL_ECDH_CTX *ctx, uint8_t **out_secret,