Home
last modified time | relevance | path

Searched refs:sk_SSL_CIPHER_find (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/ssl/
Ds3_lib.c518 if (ok && sk_SSL_CIPHER_find(allow, &cipher_index, c)) { in ssl3_choose_cipher()
Ds3_clnt.c852 if (!sk_SSL_CIPHER_find(sk, NULL, c)) { in ssl3_get_server_hello()
/external/boringssl/src/include/openssl/
Dstack_macros.h3727 #define sk_SSL_CIPHER_find(sk, out_index, p) \ macro