Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/ssl/statem/
HDextensions_srvr.c894 || !s->method->put_cipher_by_char(s->s3->tmp.new_cipher, &hrrpkt, in tls_parse_ctos_cookie()
1798 || !s->method->put_cipher_by_char(s->s3->tmp.new_cipher, pkt, in tls_construct_stoc_cookie()
HDstatem_clnt.c3784 if (!s->method->put_cipher_by_char(c, pkt, &len)) { in ssl_cipher_list_to_bytes()
3822 if (!s->method->put_cipher_by_char(&scsv, pkt, &len)) { in ssl_cipher_list_to_bytes()
3832 if (!s->method->put_cipher_by_char(&scsv, pkt, &len)) { in ssl_cipher_list_to_bytes()
HDstatem_srvr.c2436 || !s->method->put_cipher_by_char(s->s3->tmp.new_cipher, pkt, &len) in tls_construct_server_hello()
/freebsd-13-stable/crypto/openssl/ssl/
HDssl_local.h464 int (*put_cipher_by_char) (const SSL_CIPHER *cipher, WPACKET *pkt, member