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->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
debug_print_crt ( ssl_context const* ssl, int level, char const* file, int line, char const* text, x509_cert const* crt )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
debug_print_mpi ( ssl_context const* ssl, int level, char const* file, int line, char const* text, struct mpi const* X )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
debug_print_msg ( ssl_context const* ssl, int level, char const* file, int line, char const* text )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
debug_print_ret ( ssl_context const* ssl, int level, char const* file, int line, char const* text, int ret )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
rsa_check_privkey ( struct rsa_context const* ctx )1st parameter 'ctx' (pointer) has base type 'struct rsa_context'.
rsa_check_pubkey ( struct rsa_context const* ctx )1st parameter 'ctx' (pointer) has base type 'struct rsa_context'.
rsa_free ( struct rsa_context* ctx )1st parameter 'ctx' (pointer) has base type 'struct rsa_context'.
rsa_gen_key ( struct rsa_context* ctx, int(*f_rng)(void*, unsigned char*, size_t), void* p_rng, unsigned int nbits, int exponent )1st parameter 'ctx' (pointer) has base type 'struct rsa_context'.
rsa_init ( struct rsa_context* ctx, int padding, int hash_id )1st parameter 'ctx' (pointer) has base type 'struct rsa_context'.
rsa_pkcs1_decrypt ( struct rsa_context* ctx, int mode, size_t* olen, unsigned char const* input, unsigned char* output, size_t output_max_len )1st parameter 'ctx' (pointer) has base type 'struct rsa_context'.
rsa_pkcs1_encrypt ( struct rsa_context* ctx, int(*f_rng)(void*, unsigned char*, size_t), void* p_rng, int mode, size_t ilen, unsigned char const* input, unsigned char* output )1st parameter 'ctx' (pointer) has base type 'struct rsa_context'.
rsa_pkcs1_sign ( struct rsa_context* ctx, int(*f_rng)(void*, unsigned char*, size_t), void* p_rng, int mode, int hash_id, unsigned int hashlen, unsigned char const* hash, unsigned char* sig )1st parameter 'ctx' (pointer) has base type 'struct rsa_context'.
rsa_pkcs1_verify ( struct rsa_context* ctx, int mode, int hash_id, unsigned int hashlen, unsigned char const* hash, unsigned char* sig )1st parameter 'ctx' (pointer) has base type 'struct rsa_context'.
rsa_private ( struct rsa_context* ctx, unsigned char const* input, unsigned char* output )1st parameter 'ctx' (pointer) has base type 'struct rsa_context'.
rsa_public ( struct rsa_context* ctx, unsigned char const* input, unsigned char* output )1st parameter 'ctx' (pointer) has base type 'struct rsa_context'.
rsa_rsaes_oaep_decrypt ( struct rsa_context* ctx, int mode, unsigned char const* label, size_t label_len, size_t* olen, unsigned char const* input, unsigned char* output, size_t output_max_len )1st parameter 'ctx' (pointer) has base type 'struct rsa_context'.
rsa_rsaes_oaep_encrypt ( struct rsa_context* ctx, int(*f_rng)(void*, unsigned char*, size_t), void* p_rng, int mode, unsigned char const* label, size_t label_len, size_t ilen, unsigned char const* input, unsigned char* output )1st parameter 'ctx' (pointer) has base type 'struct rsa_context'.
rsa_rsaes_pkcs1_v15_decrypt ( struct rsa_context* ctx, int mode, size_t* olen, unsigned char const* input, unsigned char* output, size_t output_max_len )1st parameter 'ctx' (pointer) has base type 'struct rsa_context'.
rsa_rsaes_pkcs1_v15_encrypt ( struct rsa_context* ctx, int(*f_rng)(void*, unsigned char*, size_t), void* p_rng, int mode, size_t ilen, unsigned char const* input, unsigned char* output )1st parameter 'ctx' (pointer) has base type 'struct rsa_context'.
rsa_rsassa_pkcs1_v15_sign ( struct rsa_context* ctx, int mode, int hash_id, unsigned int hashlen, unsigned char const* hash, unsigned char* sig )1st parameter 'ctx' (pointer) has base type 'struct rsa_context'.
rsa_rsassa_pkcs1_v15_verify ( struct rsa_context* ctx, int mode, int hash_id, unsigned int hashlen, unsigned char const* hash, unsigned char* sig )1st parameter 'ctx' (pointer) has base type 'struct rsa_context'.
rsa_rsassa_pss_sign ( struct rsa_context* ctx, int(*f_rng)(void*, unsigned char*, size_t), void* p_rng, int mode, int hash_id, unsigned int hashlen, unsigned char const* hash, unsigned char* sig )1st parameter 'ctx' (pointer) has base type 'struct rsa_context'.
rsa_rsassa_pss_verify ( struct rsa_context* ctx, int mode, int hash_id, unsigned int hashlen, unsigned char const* hash, unsigned char* sig )1st parameter 'ctx' (pointer) has base type 'struct rsa_context'.
ssl_cache_free ( ssl_cache_context* cache )Field 'cache->chain->session->peer_cert->rsa' in 1st parameter 'cache' (pointer) has type 'struct rsa_context'.
ssl_cache_get ( void* data, ssl_session* session )Field 'session->peer_cert->rsa' in 2nd parameter 'session' (pointer) has type 'struct rsa_context'.
ssl_cache_init ( ssl_cache_context* cache )Field 'cache->chain->session->peer_cert->rsa' in 1st parameter 'cache' (pointer) has type 'struct rsa_context'.
ssl_cache_set ( void* data, ssl_session const* session )Field 'session->peer_cert->rsa' in 2nd parameter 'session' (pointer) has type 'struct rsa_context'.
ssl_cache_set_max_entries ( ssl_cache_context* cache, int max )Field 'cache->chain->session->peer_cert->rsa' in 1st parameter 'cache' (pointer) has type 'struct rsa_context'.
ssl_cache_set_timeout ( ssl_cache_context* cache, int timeout )Field 'cache->chain->session->peer_cert->rsa' in 1st parameter 'cache' (pointer) has type 'struct rsa_context'.
ssl_close_notify ( ssl_context* ssl )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_derive_keys ( ssl_context* ssl )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_fetch_input ( ssl_context* ssl, size_t nb_want )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_flush_output ( ssl_context* ssl )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_free ( ssl_context* ssl )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_get_bytes_avail ( ssl_context const* ssl )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_get_ciphersuite ( ssl_context const* ssl )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_get_peer_cert ( ssl_context const* ssl )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_get_verify_result ( ssl_context const* ssl )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_get_version ( ssl_context const* ssl )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_handshake ( ssl_context* ssl )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_handshake_client_step ( ssl_context* ssl )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_handshake_server_step ( ssl_context* ssl )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_handshake_step ( ssl_context* ssl )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_handshake_wrapup ( ssl_context* ssl )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_init ( ssl_context* ssl )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_legacy_renegotiation ( ssl_context* ssl, int allow_legacy )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_optimize_checksum ( ssl_context* ssl, int ciphersuite )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_parse_certificate ( ssl_context* ssl )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_parse_change_cipher_spec ( ssl_context* ssl )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_parse_finished ( ssl_context* ssl )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_read ( ssl_context* ssl, unsigned char* buf, size_t len )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_read_record ( ssl_context* ssl )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_renegotiate ( ssl_context* ssl )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_send_alert_message ( ssl_context* ssl, unsigned char level, unsigned char message )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_send_fatal_handshake_failure ( ssl_context* ssl )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_session_free ( ssl_session* session )Field 'session->peer_cert->rsa' in 1st parameter 'session' (pointer) has type 'struct rsa_context'.
ssl_session_reset ( ssl_context* ssl )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_set_authmode ( ssl_context* ssl, int authmode )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
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->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_set_ca_chain ( ssl_context* ssl, x509_cert* ca_chain, x509_crl* ca_crl, char const* peer_cn )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_set_ciphersuites ( ssl_context* ssl, int const* ciphersuites )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_set_ciphersuites_for_version ( ssl_context* ssl, int const* ciphersuites, int major, int minor )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_set_dbg ( ssl_context* ssl, void(*f_dbg)(void*, int, char const*), void* p_dbg )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_set_dh_param ( ssl_context* ssl, char const* dhm_P, char const* dhm_G )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_set_dh_param_ctx ( ssl_context* ssl, struct dhm_context* dhm_ctx )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_set_endpoint ( ssl_context* ssl, int endpoint )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_set_hostname ( ssl_context* ssl, char const* hostname )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_set_max_version ( ssl_context* ssl, int major, int minor )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_set_min_version ( ssl_context* ssl, int major, int minor )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_set_own_cert ( ssl_context* ssl, x509_cert* own_cert, struct rsa_context* rsa_key )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_set_own_cert_alt ( ssl_context* ssl, x509_cert* own_cert, void* rsa_key, int(*rsa_decrypt)(void*, int, size_t*, unsigned char const*, unsigned char*, size_t), rsa_sign_func rsa_sign, rsa_key_len_func rsa_key_len )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_set_renegotiation ( ssl_context* ssl, int renegotiation )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_set_rng ( ssl_context* ssl, int(*f_rng)(void*, unsigned char*, size_t), void* p_rng )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_set_session ( ssl_context* ssl, ssl_session const* session )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
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->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_set_sni ( ssl_context* ssl, int(*f_sni)(void*, ssl_context*, unsigned char const*, size_t), void* p_sni )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_set_verify ( ssl_context* ssl, int(*f_vrfy)(void*, x509_cert*, int, int*), void* p_vrfy )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_write ( ssl_context* ssl, unsigned char const* buf, size_t len )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_write_certificate ( ssl_context* ssl )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_write_change_cipher_spec ( ssl_context* ssl )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_write_finished ( ssl_context* ssl )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
ssl_write_record ( ssl_context* ssl )Field 'ssl->session_negotiate->peer_cert->rsa' in 1st parameter 'ssl' (pointer) has type 'struct rsa_context'.
x509_free ( x509_cert* crt )Field 'crt->rsa' in 1st parameter 'crt' (pointer) has type 'struct rsa_context'.
x509_write_cert_req ( unsigned char* buf, size_t size, struct rsa_context* rsa, x509_req_name* req_name, int hash_id )3rd parameter 'rsa' (pointer) has base type 'struct rsa_context'.
x509_write_key_der ( unsigned char* buf, size_t size, struct rsa_context* rsa )3rd parameter 'rsa' (pointer) has base type 'struct rsa_context'.
x509_write_pubkey_der ( unsigned char* buf, size_t size, struct rsa_context* rsa )3rd parameter 'rsa' (pointer) has base type 'struct rsa_context'.
x509parse_cert_info ( char* buf, size_t size, char const* prefix, x509_cert const* crt )Field 'crt->rsa' in 4th parameter 'crt' (pointer) has type 'struct rsa_context'.
x509parse_crt ( x509_cert* chain, unsigned char const* buf, size_t buflen )Field 'chain->rsa' in 1st parameter 'chain' (pointer) has type 'struct rsa_context'.
x509parse_crt_der ( x509_cert* chain, unsigned char const* buf, size_t buflen )Field 'chain->rsa' in 1st parameter 'chain' (pointer) has type 'struct rsa_context'.
x509parse_crtfile ( x509_cert* chain, char const* path )Field 'chain->rsa' in 1st parameter 'chain' (pointer) has type 'struct rsa_context'.
x509parse_crtpath ( x509_cert* chain, char const* path )Field 'chain->rsa' in 1st parameter 'chain' (pointer) has type 'struct rsa_context'.
x509parse_key ( struct rsa_context* rsa, unsigned char const* key, size_t keylen, unsigned char const* pwd, size_t pwdlen )1st parameter 'rsa' (pointer) has base type 'struct rsa_context'.
x509parse_keyfile ( struct rsa_context* rsa, char const* path, char const* password )1st parameter 'rsa' (pointer) has base type 'struct rsa_context'.
x509parse_public_key ( struct rsa_context* rsa, unsigned char const* key, size_t keylen )1st parameter 'rsa' (pointer) has base type 'struct rsa_context'.
x509parse_public_keyfile ( struct rsa_context* rsa, char const* path )1st parameter 'rsa' (pointer) has base type 'struct rsa_context'.
x509parse_revoked ( x509_cert const* crt, x509_crl const* crl )Field 'crt->rsa' in 1st parameter 'crt' (pointer) has type 'struct rsa_context'.
x509parse_verify ( x509_cert* crt, x509_cert* trust_ca, x509_crl* ca_crl, char const* cn, int* flags, int(*f_vrfy)(void*, x509_cert*, int, int*), void* p_vrfy )Field 'trust_ca->rsa' in 2nd parameter 'trust_ca' (pointer) has type 'struct rsa_context'.