Searched refs:key_state_ssl (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dssl_openssl.h43 struct key_state_ssl { struct
H A Dssl_backend.h293 void key_state_ssl_init(struct key_state_ssl *ks_ssl,
301 void key_state_ssl_free(struct key_state_ssl *ks_ssl);
327 int key_state_write_plaintext (struct key_state_ssl *ks_ssl, struct buffer *buf);
344 int key_state_write_plaintext_const (struct key_state_ssl *ks_ssl,
365 int key_state_read_ciphertext (struct key_state_ssl *ks_ssl, struct buffer *buf,
391 int key_state_write_ciphertext (struct key_state_ssl *ks_ssl,
412 int key_state_read_plaintext (struct key_state_ssl *ks_ssl, struct buffer *buf,
430 void print_details (struct key_state_ssl * ks_ssl, const char *prefix);
H A Dssl_polarssl.h74 struct key_state_ssl { struct
H A Dssl_polarssl.c504 void key_state_ssl_init(struct key_state_ssl *ks_ssl,
550 key_state_ssl_free(struct key_state_ssl *ks_ssl)
571 key_state_write_plaintext (struct key_state_ssl *ks, struct buffer *buf)
617 key_state_write_plaintext_const (struct key_state_ssl *ks, const uint8_t *data, int len)
661 key_state_read_ciphertext (struct key_state_ssl *ks, struct buffer *buf,
713 key_state_write_ciphertext (struct key_state_ssl *ks, struct buffer *buf)
760 key_state_read_plaintext (struct key_state_ssl *ks, struct buffer *buf,
820 print_details (struct key_state_ssl * ks_ssl, const char *prefix)
H A Dssl_common.h154 struct key_state_ssl ks_ssl; /* contains SSL object and BIOs for the control channel */
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)
1048 void key_state_ssl_free(struct key_state_ssl *ks_ssl)
1062 key_state_write_plaintext (struct key_state_ssl *ks_ssl, struct buffer *buf)
1080 key_state_write_plaintext_const (struct key_state_ssl *ks_ssl, const uint8_t *data, int len)
1094 key_state_read_ciphertext (struct key_state_ssl *ks_ssl, struct buffer *buf,
1109 key_state_write_ciphertext (struct key_state_ssl *ks_ssl, struct buffer *buf)
1124 key_state_read_plaintext (struct key_state_ssl *ks_ssl, struct buffer *buf,
1146 print_details (struct key_state_ssl * ks_ssl, const char *prefix)

Completed in 64 milliseconds