HomeSort by relevance Sort by last modified time
    Searched refs:SSL_CIPHER (Results 1 - 25 of 29) sorted by null

1 2

  /external/boringssl/src/ssl/
ssl_cipher.cc 159 static constexpr SSL_CIPHER kCiphers[] = {
466 Span<const SSL_CIPHER> AllCiphers() {
477 const SSL_CIPHER *cipher;
488 // |SSL_CIPHER|. A cipher matches a cipher alias iff, for each bitmask, the
562 size_t *out_fixed_iv_len, const SSL_CIPHER *cipher,
639 const SSL_CIPHER *cipher) {
716 for (const SSL_CIPHER &cipher : kCiphers) {
759 bool SSLCipherPreferenceList::Init(UniquePtr<STACK_OF(SSL_CIPHER)> ciphers_arg,
779 UniquePtr<STACK_OF(SSL_CIPHER)> other_ciphers(sk_SSL_CIPHER_dup(
787 void SSLCipherPreferenceList::Remove(const SSL_CIPHER *cipher)
    [all...]
handoff.cc 34 Span<const SSL_CIPHER> all_ciphers = AllCiphers();
35 for (const SSL_CIPHER& cipher : all_ciphers) {
97 bssl::UniquePtr<STACK_OF(SSL_CIPHER)> supported(sk_SSL_CIPHER_new_null());
103 const SSL_CIPHER *cipher = SSL_get_cipher_by_value(id);
111 STACK_OF(SSL_CIPHER) *configured =
114 bssl::UniquePtr<STACK_OF(SSL_CIPHER)> unsupported(sk_SSL_CIPHER_new_null());
115 for (const SSL_CIPHER *configured_cipher : configured) {
129 for (const SSL_CIPHER *unsupported_cipher : unsupported.get()) {
internal.h 482 // indicate that the corresponding SSL_CIPHER is not the last element of a
486 // traditional, fully-ordered preference. Every SSL_CIPHER is the last element
504 bool Init(UniquePtr<STACK_OF(SSL_CIPHER)> ciphers,
508 void Remove(const SSL_CIPHER *cipher);
510 UniquePtr<STACK_OF(SSL_CIPHER)> ciphers;
515 Span<const SSL_CIPHER> AllCiphers();
524 size_t *out_fixed_iv_len, const SSL_CIPHER *cipher,
530 const SSL_CIPHER *cipher);
541 uint16_t ssl_cipher_get_value(const SSL_CIPHER *cipher);
549 bool ssl_cipher_uses_certificate_auth(const SSL_CIPHER *cipher)
    [all...]
ssl_transcript.cc 171 bool SSLTranscript::InitHash(uint16_t version, const SSL_CIPHER *cipher) {
ssl_aead_ctx.cc 37 const SSL_CIPHER *cipher_arg)
58 const SSL_CIPHER *cipher, Span<const uint8_t> enc_key,
150 uint16_t version, const SSL_CIPHER *cipher) {
t1_enc.cc 169 const SSL_CIPHER *cipher) {
194 const SSL_CIPHER *cipher,
handshake_server.cc 266 static UniquePtr<STACK_OF(SSL_CIPHER)> ssl_parse_client_cipher_list(
272 UniquePtr<STACK_OF(SSL_CIPHER)> sk(sk_SSL_CIPHER_new_null());
286 const SSL_CIPHER *c = SSL_get_cipher_by_value(cipher_suite);
329 static const SSL_CIPHER *ssl3_choose_cipher(
333 const STACK_OF(SSL_CIPHER) *prio, *allow;
343 UniquePtr<STACK_OF(SSL_CIPHER)> client_pref =
363 const SSL_CIPHER *c = sk_SSL_CIPHER_value(prio, i);
    [all...]
tls13_server.cc 116 Score Evaluate(const SSL_CIPHER *a) const {
131 static const SSL_CIPHER *choose_tls13_cipher(
143 const SSL_CIPHER *best = nullptr;
154 const SSL_CIPHER *candidate = SSL_get_cipher_by_value(cipher_suite);
    [all...]
ssl_lib.cc     [all...]
tls13_client.cc 98 const SSL_CIPHER *cipher = SSL_get_cipher_by_value(cipher_suite);
261 const SSL_CIPHER *cipher = SSL_get_cipher_by_value(cipher_suite);
tls13_enc.cc 36 const SSL_CIPHER *cipher) {
ssl_test.cc 436 const STACK_OF(SSL_CIPHER) *ciphers = SSL_CTX_get_ciphers(ctx);
438 const SSL_CIPHER *cipher = sk_SSL_CIPHER_value(ciphers, i);
459 const STACK_OF(SSL_CIPHER) *ciphers = SSL_CTX_get_ciphers(ctx);
465 const SSL_CIPHER *cipher = sk_SSL_CIPHER_value(ciphers, i);
513 for (const SSL_CIPHER *cipher : SSL_CTX_get_ciphers(ctx.get())) {
    [all...]
handshake_client.cc 252 for (const SSL_CIPHER *cipher : SSL_get_ciphers(ssl)) {
663 const SSL_CIPHER *cipher = SSL_get_cipher_by_value(cipher_suite);
    [all...]
ssl_session.cc     [all...]
  /external/boringssl/src/tool/
ciphers.cc 45 STACK_OF(SSL_CIPHER) *ciphers = SSL_CTX_get_ciphers(ctx.get());
50 const SSL_CIPHER *cipher = sk_SSL_CIPHER_value(ciphers, i);
  /external/boringssl/src/include/openssl/
ssl.h     [all...]
base.h 393 typedef struct ssl_cipher_st SSL_CIPHER;
  /external/webrtc/webrtc/base/
opensslstreamadapter.h 23 typedef struct ssl_cipher_st SSL_CIPHER;
opensslstreamadapter.cc 358 const SSL_CIPHER* ssl_cipher = SSL_get_cipher_by_value(cipher_suite); local
359 if (!ssl_cipher) {
362 char* cipher_name = SSL_CIPHER_get_rfc_name(ssl_cipher);
381 const SSL_CIPHER* current_cipher = SSL_get_current_cipher(ssl_);
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Library/TlsLib/
TlsConfig.c 708 CONST SSL_CIPHER *Cipher;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py     [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py     [all...]
  /external/python/cpython3/Lib/lib2to3/tests/data/
infinite_recursion.py     [all...]
  /external/python/cpython3/Modules/
_ssl.c     [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c     [all...]

Completed in 680 milliseconds

1 2