Home
last modified time | relevance | path

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

/mirbsd/src/lib/libssl/src/ssl/
Ds23_clnt.c307 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()
Dssl_locl.h496 int ssl_cipher_list_to_bytes(SSL *s,STACK_OF(SSL_CIPHER) *sk,unsigned char *p,
Ds2_clnt.c587 n=ssl_cipher_list_to_bytes(s,SSL_get_ciphers(s),d,0); in client_hello()
Ds2_srvr.c799 n=ssl_cipher_list_to_bytes(s,s->session->ciphers,d,0); in server_hello()
Ds3_clnt.c574 i=ssl_cipher_list_to_bytes(s,SSL_get_ciphers(s),&(p[2]),0); in ssl3_client_hello()
Dssl_lib.c1201 int ssl_cipher_list_to_bytes(SSL *s,STACK_OF(SSL_CIPHER) *sk,unsigned char *p, in ssl_cipher_list_to_bytes() function