cipher_check_tag ( struct cipher_context_t* ctx, unsigned char const* tag, size_t tag_len )Field 'ctx->cipher_info->type' in 1st parameter 'ctx' (pointer) has type 'enum cipher_type_t'.
cipher_definitions [data]Field 'retval->type' in return value has type 'enum cipher_type_t'.
cipher_finish ( struct cipher_context_t* ctx, unsigned char* output, size_t* olen )Field 'ctx->cipher_info->type' in 1st parameter 'ctx' (pointer) has type 'enum cipher_type_t'.
cipher_free_ctx ( struct cipher_context_t* ctx )Field 'ctx->cipher_info->type' in 1st parameter 'ctx' (pointer) has type 'enum cipher_type_t'.
cipher_info_from_string ( char const* cipher_name )Field 'retval->type' in return value (pointer) has type 'enum cipher_type_t'.
cipher_info_from_type ( enum cipher_type_t const cipher_type )1st parameter 'cipher_type' has base type 'enum cipher_type_t'.
cipher_info_from_values ( enum cipher_id_t const cipher_id, int key_length, enum cipher_mode_t const mode )Field 'retval->type' in return value (pointer) has type 'enum cipher_type_t'.
cipher_init_ctx ( struct cipher_context_t* ctx, struct cipher_info_t const* cipher_info )Field 'ctx->cipher_info->type' in 1st parameter 'ctx' (pointer) has type 'enum cipher_type_t'.
cipher_reset ( struct cipher_context_t* ctx )Field 'ctx->cipher_info->type' in 1st parameter 'ctx' (pointer) has type 'enum cipher_type_t'.
cipher_set_iv ( struct cipher_context_t* ctx, unsigned char const* iv, size_t iv_len )Field 'ctx->cipher_info->type' in 1st parameter 'ctx' (pointer) has type 'enum cipher_type_t'.
cipher_set_padding_mode ( struct cipher_context_t* ctx, enum cipher_padding_t mode )Field 'ctx->cipher_info->type' in 1st parameter 'ctx' (pointer) has type 'enum cipher_type_t'.
cipher_setkey ( struct cipher_context_t* ctx, unsigned char const* key, int key_length, enum operation_t const operation )Field 'ctx->cipher_info->type' in 1st parameter 'ctx' (pointer) has type 'enum cipher_type_t'.
cipher_update ( struct cipher_context_t* ctx, unsigned char const* input, size_t ilen, unsigned char* output, size_t* olen )Field 'ctx->cipher_info->type' in 1st parameter 'ctx' (pointer) has type 'enum cipher_type_t'.
cipher_update_ad ( struct cipher_context_t* ctx, unsigned char const* ad, size_t ad_len )Field 'ctx->cipher_info->type' in 1st parameter 'ctx' (pointer) has type 'enum cipher_type_t'.
cipher_write_tag ( struct cipher_context_t* ctx, unsigned char* tag, size_t tag_len )Field 'ctx->cipher_info->type' in 1st parameter 'ctx' (pointer) has type 'enum cipher_type_t'.
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->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
debug_print_crt ( ssl_context const* ssl, int level, char const* file, int line, char const* text, x509_crt const* crt )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
debug_print_ecp ( ssl_context const* ssl, int level, char const* file, int line, char const* text, struct ecp_point const* X )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
debug_print_mpi ( ssl_context const* ssl, int level, char const* file, int line, char const* text, struct mpi const* X )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
debug_print_msg ( ssl_context const* ssl, int level, char const* file, int line, char const* text )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
debug_print_ret ( ssl_context const* ssl, int level, char const* file, int line, char const* text, int ret )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
gcm_auth_decrypt ( struct gcm_context* ctx, size_t length, unsigned char const* iv, size_t iv_len, unsigned char const* add, size_t add_len, unsigned char const* tag, size_t tag_len, unsigned char const* input, unsigned char* output )Field 'ctx->cipher_ctx->cipher_info->type' in 1st parameter 'ctx' (pointer) has type 'enum cipher_type_t'.
gcm_crypt_and_tag ( struct gcm_context* ctx, int mode, size_t length, unsigned char const* iv, size_t iv_len, unsigned char const* add, size_t add_len, unsigned char const* input, unsigned char* output, size_t tag_len, unsigned char* tag )Field 'ctx->cipher_ctx->cipher_info->type' in 1st parameter 'ctx' (pointer) has type 'enum cipher_type_t'.
gcm_finish ( struct gcm_context* ctx, unsigned char* tag, size_t tag_len )Field 'ctx->cipher_ctx->cipher_info->type' in 1st parameter 'ctx' (pointer) has type 'enum cipher_type_t'.
gcm_free ( struct gcm_context* ctx )Field 'ctx->cipher_ctx->cipher_info->type' in 1st parameter 'ctx' (pointer) has type 'enum cipher_type_t'.
gcm_init ( struct gcm_context* ctx, enum cipher_id_t cipher, unsigned char const* key, unsigned int keysize )Field 'ctx->cipher_ctx->cipher_info->type' in 1st parameter 'ctx' (pointer) has type 'enum cipher_type_t'.
gcm_starts ( struct gcm_context* ctx, int mode, unsigned char const* iv, size_t iv_len, unsigned char const* add, size_t add_len )Field 'ctx->cipher_ctx->cipher_info->type' in 1st parameter 'ctx' (pointer) has type 'enum cipher_type_t'.
gcm_update ( struct gcm_context* ctx, size_t length, unsigned char const* input, unsigned char* output )Field 'ctx->cipher_ctx->cipher_info->type' in 1st parameter 'ctx' (pointer) has type 'enum cipher_type_t'.
oid_get_cipher_alg ( asn1_buf const* oid, enum cipher_type_t* cipher_alg )2nd parameter 'cipher_alg' (pointer) has base type 'enum cipher_type_t'.
oid_get_pkcs12_pbe_alg ( asn1_buf const* oid, enum md_type_t* md_alg, enum cipher_type_t* cipher_alg )3rd parameter 'cipher_alg' (pointer) has base type 'enum cipher_type_t'.
pkcs12_pbe ( asn1_buf* pbe_params, int mode, enum cipher_type_t cipher_type, enum md_type_t md_type, unsigned char const* pwd, size_t pwdlen, unsigned char const* input, size_t len, unsigned char* output )3rd parameter 'cipher_type' has type 'enum cipher_type_t'.
ssl_ciphersuite_from_id ( int ciphersuite_id )Field 'retval->cipher' in return value (pointer) has type 'enum cipher_type_t'.
ssl_ciphersuite_from_string ( char const* ciphersuite_name )Field 'retval->cipher' in return value (pointer) has type 'enum cipher_type_t'.
ssl_ciphersuite_uses_ec ( ssl_ciphersuite_t const* info )Field 'info->cipher' in 1st parameter 'info' (pointer) has type 'enum cipher_type_t'.
ssl_close_notify ( ssl_context* ssl )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_derive_keys ( ssl_context* ssl )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_fetch_input ( ssl_context* ssl, size_t nb_want )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_flush_output ( ssl_context* ssl )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_free ( ssl_context* ssl )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_get_bytes_avail ( ssl_context const* ssl )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_get_ciphersuite ( ssl_context const* ssl )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_get_ciphersuite_sig_pk_alg ( ssl_ciphersuite_t const* info )Field 'info->cipher' in 1st parameter 'info' (pointer) has type 'enum cipher_type_t'.
ssl_get_peer_cert ( ssl_context const* ssl )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_get_session ( ssl_context const* ssl, ssl_session* session )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_get_verify_result ( ssl_context const* ssl )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_get_version ( ssl_context const* ssl )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_handshake ( ssl_context* ssl )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_handshake_client_step ( ssl_context* ssl )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_handshake_server_step ( ssl_context* ssl )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_handshake_step ( ssl_context* ssl )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_handshake_wrapup ( ssl_context* ssl )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_init ( ssl_context* ssl )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_legacy_renegotiation ( ssl_context* ssl, int allow_legacy )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_optimize_checksum ( ssl_context* ssl, ssl_ciphersuite_t const* ciphersuite_info )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_parse_certificate ( ssl_context* ssl )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_parse_change_cipher_spec ( ssl_context* ssl )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_parse_finished ( ssl_context* ssl )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_psk_derive_premaster ( ssl_context* ssl, enum key_exchange_type_t key_ex )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_read ( ssl_context* ssl, unsigned char* buf, size_t len )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_read_record ( ssl_context* ssl )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_renegotiate ( ssl_context* ssl )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_send_alert_message ( ssl_context* ssl, unsigned char level, unsigned char message )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_send_fatal_handshake_failure ( ssl_context* ssl )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_session_reset ( ssl_context* ssl )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_set_authmode ( ssl_context* ssl, int authmode )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
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->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_set_ca_chain ( ssl_context* ssl, x509_crt* ca_chain, x509_crl* ca_crl, char const* peer_cn )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_set_ciphersuites ( ssl_context* ssl, int const* ciphersuites )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_set_ciphersuites_for_version ( ssl_context* ssl, int const* ciphersuites, int major, int minor )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_set_dbg ( ssl_context* ssl, void(*f_dbg)(void*, int, char const*), void* p_dbg )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_set_dh_param ( ssl_context* ssl, char const* dhm_P, char const* dhm_G )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_set_dh_param_ctx ( ssl_context* ssl, struct dhm_context* dhm_ctx )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_set_endpoint ( ssl_context* ssl, int endpoint )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_set_hostname ( ssl_context* ssl, char const* hostname )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_set_max_frag_len ( ssl_context* ssl, unsigned char mfl_code )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_set_max_version ( ssl_context* ssl, int major, int minor )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_set_min_version ( ssl_context* ssl, int major, int minor )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_set_own_cert ( ssl_context* ssl, x509_crt* own_cert, struct pk_context* pk_key )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
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->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_set_own_cert_rsa ( ssl_context* ssl, x509_crt* own_cert, struct rsa_context* rsa_key )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
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->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_set_psk_cb ( ssl_context* ssl, int(*f_psk)(void*, ssl_context*, unsigned char const*, size_t), void* p_psk )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_set_renegotiation ( ssl_context* ssl, int renegotiation )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_set_rng ( ssl_context* ssl, int(*f_rng)(void*, unsigned char*, size_t), void* p_rng )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_set_session ( ssl_context* ssl, ssl_session const* session )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
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->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_set_session_ticket_lifetime ( ssl_context* ssl, int lifetime )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_set_session_tickets ( ssl_context* ssl, int use_tickets )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_set_sni ( ssl_context* ssl, int(*f_sni)(void*, ssl_context*, unsigned char const*, size_t), void* p_sni )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_set_truncated_hmac ( ssl_context* ssl, int truncate )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_set_verify ( ssl_context* ssl, int(*f_vrfy)(void*, x509_crt*, int, int*), void* p_vrfy )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_transform_free ( ssl_transform* transform )Field 'transform->cipher_ctx_dec->cipher_info->type' in 1st parameter 'transform' (pointer) has type 'enum cipher_type_t'.
ssl_write ( ssl_context* ssl, unsigned char const* buf, size_t len )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_write_certificate ( ssl_context* ssl )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_write_change_cipher_spec ( ssl_context* ssl )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_write_finished ( ssl_context* ssl )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.
ssl_write_record ( ssl_context* ssl )Field 'ssl->transform_negotiate->cipher_ctx_dec->cipher_info->type' in 1st parameter 'ssl' (pointer) has type 'enum cipher_type_t'.