Searched refs:ssl_cipher_list_to_bytes (Results 1 – 6 of 6) sorted by relevance
| /mirbsd/src/lib/libssl/src/ssl/ |
| D | s23_clnt.c | 307 i=ssl_cipher_list_to_bytes(s,SSL_get_ciphers(s),p,0); in ssl23_client_hello() 369 i=ssl_cipher_list_to_bytes(s,SSL_get_ciphers(s),&(p[2]),ssl3_put_cipher_by_char); in ssl23_client_hello()
|
| D | ssl_locl.h | 496 int ssl_cipher_list_to_bytes(SSL *s,STACK_OF(SSL_CIPHER) *sk,unsigned char *p,
|
| D | s2_clnt.c | 587 n=ssl_cipher_list_to_bytes(s,SSL_get_ciphers(s),d,0); in client_hello()
|
| D | s2_srvr.c | 799 n=ssl_cipher_list_to_bytes(s,s->session->ciphers,d,0); in server_hello()
|
| D | s3_clnt.c | 574 i=ssl_cipher_list_to_bytes(s,SSL_get_ciphers(s),&(p[2]),0); in ssl3_client_hello()
|
| D | ssl_lib.c | 1201 int ssl_cipher_list_to_bytes(SSL *s,STACK_OF(SSL_CIPHER) *sk,unsigned char *p, in ssl_cipher_list_to_bytes() function
|