Home
last modified time | relevance | path

Searched defs:cipherstack (Results 1 – 2 of 2) sorted by relevance

/third_party/boringssl/src/ssl/
Dssl_cipher.cc1243 UniquePtr<STACK_OF(SSL_CIPHER)> cipherstack(sk_SSL_CIPHER_new_null()); in ssl_create_cipher_list() local
/third_party/openssl/ssl/
Dssl_ciph.c1325 static int update_cipher_list_by_id(STACK_OF(SSL_CIPHER) **cipher_list_by_id, in update_cipher_list_by_id()