Searched refs:ssl_cipher_list_to_bytes (Results 1 – 7 of 7) sorted by relevance
/onnv-gate/usr/src/common/openssl/ssl/ |
H A D | s23_clnt.c | 280 i=ssl_cipher_list_to_bytes(s,SSL_get_ciphers(s),p,0); in ssl23_client_hello() 342 i=ssl_cipher_list_to_bytes(s,SSL_get_ciphers(s),&(p[2]),ssl3_put_cipher_by_char); in ssl23_client_hello()
|
H A D | ssl_locl.h | 723 int ssl_cipher_list_to_bytes(SSL *s,STACK_OF(SSL_CIPHER) *sk,unsigned char *p,
|
H A D | d1_clnt.c | 603 i=ssl_cipher_list_to_bytes(s,SSL_get_ciphers(s),&(p[2]),0); in dtls1_client_hello()
|
H A D | s2_clnt.c | 570 n=ssl_cipher_list_to_bytes(s,SSL_get_ciphers(s),d,0); in client_hello()
|
H A D | s2_srvr.c | 782 n=ssl_cipher_list_to_bytes(s,s->session->ciphers,d,0); in server_hello()
|
H A D | s3_clnt.c | 578 i=ssl_cipher_list_to_bytes(s,SSL_get_ciphers(s),&(p[2]),0); in ssl3_client_hello()
|
H A D | ssl_lib.c | 1236 int ssl_cipher_list_to_bytes(SSL *s,STACK_OF(SSL_CIPHER) *sk,unsigned char *p, in ssl_cipher_list_to_bytes() function
|