debug_print_buf ( ssl_context const* ssl, int level, char const* file, int line, char const* text, unsigned char* buf, size_t len )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
debug_print_crt ( ssl_context const* ssl, int level, char const* file, int line, char const* text, x509_crt const* crt )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
debug_print_ecp ( ssl_context const* ssl, int level, char const* file, int line, char const* text, struct ecp_point const* X )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
debug_print_mpi ( ssl_context const* ssl, int level, char const* file, int line, char const* text, struct mpi const* X )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
debug_print_msg ( ssl_context const* ssl, int level, char const* file, int line, char const* text )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
debug_print_ret ( ssl_context const* ssl, int level, char const* file, int line, char const* text, int ret )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ecdh_calc_secret ( struct ecdh_context* ctx, size_t* olen, unsigned char* buf, size_t blen, int(*f_rng)(void*, unsigned char*, size_t), void* p_rng )Field 'ctx->grp->id' in 1st parameter 'ctx' (pointer) has type 'enum ecp_group_id'.
ecdh_compute_shared ( struct ecp_group* grp, struct mpi* z, struct ecp_point const* Q, struct mpi const* d, int(*f_rng)(void*, unsigned char*, size_t), void* p_rng )Field 'grp->id' in 1st parameter 'grp' (pointer) has type 'enum ecp_group_id'.
ecdh_free ( struct ecdh_context* ctx )Field 'ctx->grp->id' in 1st parameter 'ctx' (pointer) has type 'enum ecp_group_id'.
ecdh_gen_public ( struct ecp_group* grp, struct mpi* d, struct ecp_point* Q, int(*f_rng)(void*, unsigned char*, size_t), void* p_rng )Field 'grp->id' in 1st parameter 'grp' (pointer) has type 'enum ecp_group_id'.
ecdh_init ( struct ecdh_context* ctx )Field 'ctx->grp->id' in 1st parameter 'ctx' (pointer) has type 'enum ecp_group_id'.
ecdh_make_params ( struct ecdh_context* ctx, size_t* olen, unsigned char* buf, size_t blen, int(*f_rng)(void*, unsigned char*, size_t), void* p_rng )Field 'ctx->grp->id' in 1st parameter 'ctx' (pointer) has type 'enum ecp_group_id'.
ecdh_make_public ( struct ecdh_context* ctx, size_t* olen, unsigned char* buf, size_t blen, int(*f_rng)(void*, unsigned char*, size_t), void* p_rng )Field 'ctx->grp->id' in 1st parameter 'ctx' (pointer) has type 'enum ecp_group_id'.
ecdh_read_params ( struct ecdh_context* ctx, unsigned char const** buf, unsigned char const* end )Field 'ctx->grp->id' in 1st parameter 'ctx' (pointer) has type 'enum ecp_group_id'.
ecdh_read_public ( struct ecdh_context* ctx, unsigned char const* buf, size_t blen )Field 'ctx->grp->id' in 1st parameter 'ctx' (pointer) has type 'enum ecp_group_id'.
ecdsa_free ( struct ecdsa_context* ctx )Field 'ctx->grp->id' in 1st parameter 'ctx' (pointer) has type 'enum ecp_group_id'.
ecdsa_from_keypair ( struct ecdsa_context* ctx, struct ecp_keypair const* key )Field 'ctx->grp->id' in 1st parameter 'ctx' (pointer) has type 'enum ecp_group_id'.
ecdsa_genkey ( struct ecdsa_context* ctx, enum ecp_group_id gid, int(*f_rng)(void*, unsigned char*, size_t), void* p_rng )Field 'ctx->grp->id' in 1st parameter 'ctx' (pointer) has type 'enum ecp_group_id'.
ecdsa_init ( struct ecdsa_context* ctx )Field 'ctx->grp->id' in 1st parameter 'ctx' (pointer) has type 'enum ecp_group_id'.
ecdsa_read_signature ( struct ecdsa_context* ctx, unsigned char const* hash, size_t hlen, unsigned char const* sig, size_t slen )Field 'ctx->grp->id' in 1st parameter 'ctx' (pointer) has type 'enum ecp_group_id'.
ecdsa_sign ( struct ecp_group* grp, struct mpi* r, struct mpi* s, struct mpi const* d, unsigned char const* buf, size_t blen, int(*f_rng)(void*, unsigned char*, size_t), void* p_rng )Field 'grp->id' in 1st parameter 'grp' (pointer) has type 'enum ecp_group_id'.
ecdsa_verify ( struct ecp_group* grp, unsigned char const* buf, size_t blen, struct ecp_point const* Q, struct mpi const* r, struct mpi const* s )Field 'grp->id' in 1st parameter 'grp' (pointer) has type 'enum ecp_group_id'.
ecdsa_write_signature ( struct ecdsa_context* ctx, unsigned char const* hash, size_t hlen, unsigned char* sig, size_t* slen, int(*f_rng)(void*, unsigned char*, size_t), void* p_rng )Field 'ctx->grp->id' in 1st parameter 'ctx' (pointer) has type 'enum ecp_group_id'.
ecp_add ( struct ecp_group const* grp, struct ecp_point* R, struct ecp_point const* P, struct ecp_point const* Q )Field 'grp->id' in 1st parameter 'grp' (pointer) has type 'enum ecp_group_id'.
ecp_check_privkey ( struct ecp_group const* grp, struct mpi const* d )Field 'grp->id' in 1st parameter 'grp' (pointer) has type 'enum ecp_group_id'.
ecp_check_pubkey ( struct ecp_group const* grp, struct ecp_point const* pt )Field 'grp->id' in 1st parameter 'grp' (pointer) has type 'enum ecp_group_id'.
ecp_curve_info_from_grp_id ( enum ecp_group_id grp_id )1st parameter 'grp_id' has type 'enum ecp_group_id'.
ecp_curve_info_from_tls_id ( uint16_t tls_id )Field 'retval->grp_id' in return value (pointer) has type 'enum ecp_group_id'.
ecp_curve_list ( )Field 'retval->grp_id' in return value (pointer) has type 'enum ecp_group_id'.
ecp_gen_keypair ( struct ecp_group* grp, struct mpi* d, struct ecp_point* Q, int(*f_rng)(void*, unsigned char*, size_t), void* p_rng )Field 'grp->id' in 1st parameter 'grp' (pointer) has type 'enum ecp_group_id'.
ecp_group_copy ( struct ecp_group* dst, struct ecp_group const* src )Field 'src->id' in 2nd parameter 'src' (pointer) has type 'enum ecp_group_id'.
ecp_group_free ( struct ecp_group* grp )Field 'grp->id' in 1st parameter 'grp' (pointer) has type 'enum ecp_group_id'.
ecp_group_init ( struct ecp_group* grp )Field 'grp->id' in 1st parameter 'grp' (pointer) has type 'enum ecp_group_id'.
ecp_group_read_string ( struct ecp_group* grp, int radix, char const* p, char const* b, char const* gx, char const* gy, char const* n )Field 'grp->id' in 1st parameter 'grp' (pointer) has type 'enum ecp_group_id'.
ecp_keypair_free ( struct ecp_keypair* key )Field 'key->grp->id' in 1st parameter 'key' (pointer) has type 'enum ecp_group_id'.
ecp_keypair_init ( struct ecp_keypair* key )Field 'key->grp->id' in 1st parameter 'key' (pointer) has type 'enum ecp_group_id'.
ecp_mul ( struct ecp_group* grp, struct ecp_point* R, struct mpi const* m, struct ecp_point const* P, int(*f_rng)(void*, unsigned char*, size_t), void* p_rng )Field 'grp->id' in 1st parameter 'grp' (pointer) has type 'enum ecp_group_id'.
ecp_point_read_binary ( struct ecp_group const* grp, struct ecp_point* P, unsigned char const* buf, size_t ilen )Field 'grp->id' in 1st parameter 'grp' (pointer) has type 'enum ecp_group_id'.
ecp_point_write_binary ( struct ecp_group const* grp, struct ecp_point const* P, int format, size_t* olen, unsigned char* buf, size_t buflen )Field 'grp->id' in 1st parameter 'grp' (pointer) has type 'enum ecp_group_id'.
ecp_sub ( struct ecp_group const* grp, struct ecp_point* R, struct ecp_point const* P, struct ecp_point const* Q )Field 'grp->id' in 1st parameter 'grp' (pointer) has type 'enum ecp_group_id'.
ecp_tls_read_group ( struct ecp_group* grp, unsigned char const** buf, size_t len )Field 'grp->id' in 1st parameter 'grp' (pointer) has type 'enum ecp_group_id'.
ecp_tls_read_point ( struct ecp_group const* grp, struct ecp_point* pt, unsigned char const** buf, size_t len )Field 'grp->id' in 1st parameter 'grp' (pointer) has type 'enum ecp_group_id'.
ecp_tls_write_group ( struct ecp_group const* grp, size_t* olen, unsigned char* buf, size_t blen )Field 'grp->id' in 1st parameter 'grp' (pointer) has type 'enum ecp_group_id'.
ecp_tls_write_point ( struct ecp_group const* grp, struct ecp_point const* pt, int format, size_t* olen, unsigned char* buf, size_t blen )Field 'grp->id' in 1st parameter 'grp' (pointer) has type 'enum ecp_group_id'.
ecp_use_known_dp ( struct ecp_group* grp, enum ecp_group_id index )Field 'grp->id' in 1st parameter 'grp' (pointer) has type 'enum ecp_group_id'.
oid_get_ec_grp ( asn1_buf const* oid, enum ecp_group_id* grp_id )2nd parameter 'grp_id' (pointer) has base type 'enum ecp_group_id'.
oid_get_oid_by_ec_grp ( enum ecp_group_id grp_id, char const** oid, size_t* olen )1st parameter 'grp_id' has type 'enum ecp_group_id'.
ssl_close_notify ( ssl_context* ssl )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_derive_keys ( ssl_context* ssl )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_fetch_input ( ssl_context* ssl, size_t nb_want )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_flush_output ( ssl_context* ssl )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_free ( ssl_context* ssl )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_get_bytes_avail ( ssl_context const* ssl )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_get_ciphersuite ( ssl_context const* ssl )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_get_peer_cert ( ssl_context const* ssl )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_get_session ( ssl_context const* ssl, ssl_session* session )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_get_verify_result ( ssl_context const* ssl )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_get_version ( ssl_context const* ssl )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_handshake ( ssl_context* ssl )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_handshake_client_step ( ssl_context* ssl )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_handshake_free ( ssl_handshake_params* handshake )Field 'handshake->ecdh_ctx->grp->id' in 1st parameter 'handshake' (pointer) has type 'enum ecp_group_id'.
ssl_handshake_server_step ( ssl_context* ssl )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_handshake_step ( ssl_context* ssl )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_handshake_wrapup ( ssl_context* ssl )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_init ( ssl_context* ssl )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_legacy_renegotiation ( ssl_context* ssl, int allow_legacy )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_optimize_checksum ( ssl_context* ssl, ssl_ciphersuite_t const* ciphersuite_info )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_parse_certificate ( ssl_context* ssl )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_parse_change_cipher_spec ( ssl_context* ssl )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_parse_finished ( ssl_context* ssl )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_read ( ssl_context* ssl, unsigned char* buf, size_t len )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_read_record ( ssl_context* ssl )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_renegotiate ( ssl_context* ssl )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_send_alert_message ( ssl_context* ssl, unsigned char level, unsigned char message )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_send_fatal_handshake_failure ( ssl_context* ssl )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_session_reset ( ssl_context* ssl )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_set_authmode ( ssl_context* ssl, int authmode )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_set_bio ( ssl_context* ssl, int(*f_recv)(void*, unsigned char*, size_t), void* p_recv, int(*f_send)(void*, unsigned char const*, size_t), void* p_send )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_set_ca_chain ( ssl_context* ssl, x509_crt* ca_chain, x509_crl* ca_crl, char const* peer_cn )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_set_ciphersuites ( ssl_context* ssl, int const* ciphersuites )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_set_ciphersuites_for_version ( ssl_context* ssl, int const* ciphersuites, int major, int minor )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_set_dbg ( ssl_context* ssl, void(*f_dbg)(void*, int, char const*), void* p_dbg )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_set_dh_param ( ssl_context* ssl, char const* dhm_P, char const* dhm_G )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_set_dh_param_ctx ( ssl_context* ssl, struct dhm_context* dhm_ctx )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_set_endpoint ( ssl_context* ssl, int endpoint )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_set_hostname ( ssl_context* ssl, char const* hostname )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_set_max_frag_len ( ssl_context* ssl, unsigned char mfl_code )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_set_max_version ( ssl_context* ssl, int major, int minor )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_set_min_version ( ssl_context* ssl, int major, int minor )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_set_own_cert ( ssl_context* ssl, x509_crt* own_cert, struct pk_context* pk_key )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_set_own_cert_alt ( ssl_context* ssl, x509_crt* own_cert, void* rsa_key, rsa_decrypt_func rsa_decrypt, rsa_sign_func rsa_sign, rsa_key_len_func rsa_key_len )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_set_own_cert_rsa ( ssl_context* ssl, x509_crt* own_cert, struct rsa_context* rsa_key )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_set_psk ( ssl_context* ssl, unsigned char const* psk, size_t psk_len, unsigned char const* psk_identity, size_t psk_identity_len )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_set_psk_cb ( ssl_context* ssl, int(*f_psk)(void*, ssl_context*, unsigned char const*, size_t), void* p_psk )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_set_renegotiation ( ssl_context* ssl, int renegotiation )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_set_rng ( ssl_context* ssl, int(*f_rng)(void*, unsigned char*, size_t), void* p_rng )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_set_session ( ssl_context* ssl, ssl_session const* session )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_set_session_cache ( ssl_context* ssl, int(*f_get_cache)(void*, ssl_session*), void* p_get_cache, int(*f_set_cache)(void*, ssl_session const*), void* p_set_cache )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_set_session_ticket_lifetime ( ssl_context* ssl, int lifetime )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_set_session_tickets ( ssl_context* ssl, int use_tickets )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_set_sni ( ssl_context* ssl, int(*f_sni)(void*, ssl_context*, unsigned char const*, size_t), void* p_sni )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_set_truncated_hmac ( ssl_context* ssl, int truncate )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_set_verify ( ssl_context* ssl, int(*f_vrfy)(void*, x509_crt*, int, int*), void* p_vrfy )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_write ( ssl_context* ssl, unsigned char const* buf, size_t len )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_write_certificate ( ssl_context* ssl )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_write_change_cipher_spec ( ssl_context* ssl )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_write_finished ( ssl_context* ssl )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.
ssl_write_record ( ssl_context* ssl )Field 'ssl->handshake->ecdh_ctx->grp->id' in 1st parameter 'ssl' (pointer) has type 'enum ecp_group_id'.