Home
last modified time | relevance | path

Searched refs:ssl_cipher_list_to_bytes (Results 1 – 7 of 7) sorted by relevance

/onnv-gate/usr/src/common/openssl/ssl/
H A Ds23_clnt.c280 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 Dssl_locl.h723 int ssl_cipher_list_to_bytes(SSL *s,STACK_OF(SSL_CIPHER) *sk,unsigned char *p,
H A Dd1_clnt.c603 i=ssl_cipher_list_to_bytes(s,SSL_get_ciphers(s),&(p[2]),0); in dtls1_client_hello()
H A Ds2_clnt.c570 n=ssl_cipher_list_to_bytes(s,SSL_get_ciphers(s),d,0); in client_hello()
H A Ds2_srvr.c782 n=ssl_cipher_list_to_bytes(s,s->session->ciphers,d,0); in server_hello()
H A Ds3_clnt.c578 i=ssl_cipher_list_to_bytes(s,SSL_get_ciphers(s),&(p[2]),0); in ssl3_client_hello()
H A Dssl_lib.c1236 int ssl_cipher_list_to_bytes(SSL *s,STACK_OF(SSL_CIPHER) *sk,unsigned char *p, in ssl_cipher_list_to_bytes() function