Lines Matching refs:STACK_OF
26 ssl_cipher_in_list(STACK_OF(SSL_CIPHER) *ciphers, const SSL_CIPHER *cipher)
54 ssl_cipher_list_to_bytes(SSL *s, STACK_OF(SSL_CIPHER) *ciphers, CBB *cbb)
93 STACK_OF(SSL_CIPHER) *
96 STACK_OF(SSL_CIPHER) *ciphers = NULL;
203 ssl_parse_ciphersuites(STACK_OF(SSL_CIPHER) **out_ciphers, const char *str)
206 STACK_OF(SSL_CIPHER) *ciphers;
258 ssl_merge_cipherlists(STACK_OF(SSL_CIPHER) *cipherlist,
259 STACK_OF(SSL_CIPHER) *cipherlist_tls13,
260 STACK_OF(SSL_CIPHER) **out_cipherlist)
262 STACK_OF(SSL_CIPHER) *ciphers = NULL;