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.c843 || !s->method->put_cipher_by_char(s->s3.tmp.new_cipher, &hrrpkt, in tls_parse_ctos_cookie()
1752 || !s->method->put_cipher_by_char(s->s3.tmp.new_cipher, pkt, in tls_construct_stoc_cookie()
H A Dstatem_clnt.c3719 if (!s->method->put_cipher_by_char(c, pkt, &len)) { in ssl_cipher_list_to_bytes()
3756 if (!s->method->put_cipher_by_char(&scsv, pkt, &len)) { in ssl_cipher_list_to_bytes()
3765 if (!s->method->put_cipher_by_char(&scsv, pkt, &len)) { in ssl_cipher_list_to_bytes()
H A Dstatem_srvr.c2369 || !s->method->put_cipher_by_char(s->s3.tmp.new_cipher, pkt, &len) in tls_construct_server_hello()
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h510 int (*put_cipher_by_char) (const SSL_CIPHER *cipher, WPACKET *pkt, member