Searched defs:ks_ssl (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dssl_polarssl.c504 void key_state_ssl_init(struct key_state_ssl *ks_ssl, argument
550 key_state_ssl_free(struct key_state_ssl *ks_ssl) argument
820 print_details(struct key_state_ssl * ks_ssl, const char *prefix) argument
[all...]
H A Dssl_common.h154 struct key_state_ssl ks_ssl; /* contains SSL object and BIOs for the control channel */ member in struct:key_state
H A Dssl_openssl.c1015 key_state_ssl_init(struct key_state_ssl *ks_ssl, const struct tls_root_ctx *ssl_ctx, bool is_server, void *session) argument
1048 key_state_ssl_free(struct key_state_ssl *ks_ssl) argument
1062 key_state_write_plaintext(struct key_state_ssl *ks_ssl, struct buffer *buf) argument
1080 key_state_write_plaintext_const(struct key_state_ssl *ks_ssl, const uint8_t *data, int len) argument
1094 key_state_read_ciphertext(struct key_state_ssl *ks_ssl, struct buffer *buf, int maxlen) argument
1109 key_state_write_ciphertext(struct key_state_ssl *ks_ssl, struct buffer *buf) argument
1124 key_state_read_plaintext(struct key_state_ssl *ks_ssl, struct buffer *buf, int maxlen) argument
1146 print_details(struct key_state_ssl * ks_ssl, const char *prefix) argument
[all...]

Completed in 120 milliseconds