Searched refs:kCiphers (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/ssl/
H A Dssl_cipher.c157 /* kCiphers is an array of all supported ciphers, sorted by id. */
158 static const SSL_CIPHER kCiphers[] = { variable
621 static const size_t kCiphersLen = sizeof(kCiphers) / sizeof(kCiphers[0]);
743 return bsearch(&c, kCiphers, kCiphersLen, sizeof(SSL_CIPHER),
957 const SSL_CIPHER *cipher = &kCiphers[i];
1280 const SSL_CIPHER *cipher = &kCiphers[j];

Completed in 63 milliseconds