Home
last modified time | relevance | path

Searched refs:put_cipher_by_char (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/ssl/statem/
H A Dextensions_srvr.c1159 || !ssl->method->put_cipher_by_char(s->s3.tmp.new_cipher, &hrrpkt, in tls_parse_ctos_cookie()
2088 || !ssl->method->put_cipher_by_char(s->s3.tmp.new_cipher, pkt, in tls_construct_stoc_cookie()
H A Dstatem_clnt.c4152 if (!ssl->method->put_cipher_by_char(c, pkt, &len)) { in ssl_cipher_list_to_bytes()
4186 if (!ssl->method->put_cipher_by_char(&scsv, pkt, &len)) { in ssl_cipher_list_to_bytes()
4195 if (!ssl->method->put_cipher_by_char(&scsv, pkt, &len)) { in ssl_cipher_list_to_bytes()
H A Dstatem_srvr.c2483 || !SSL_CONNECTION_GET_SSL(s)->method->put_cipher_by_char(s->s3.tmp.new_cipher, in tls_construct_server_hello()
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h433 int (*put_cipher_by_char) (const SSL_CIPHER *cipher, WPACKET *pkt, member