Home
last modified time | relevance | path

Searched refs:tls1_get_legacy_signature_algorithm (Results 1 – 8 of 8) sorted by relevance

/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dt1_lib.cc3569 bool tls1_get_legacy_signature_algorithm(uint16_t *out, const EVP_PKEY *pkey) { in tls1_get_legacy_signature_algorithm() function
3590 if (!tls1_get_legacy_signature_algorithm(out, hs->local_pubkey.get())) { in tls1_choose_signature_algorithm()
Dhandshake_client.cc1059 } else if (!tls1_get_legacy_signature_algorithm(&signature_algorithm, in do_read_server_key_exchange()
Dhandshake_server.cc1464 } else if (!tls1_get_legacy_signature_algorithm(&signature_algorithm, in do_read_client_certificate_verify()
Dinternal.h1982 bool tls1_get_legacy_signature_algorithm(uint16_t *out, const EVP_PKEY *pkey);
/external/boringssl/src/ssl/
Dhandshake_client.cc1055 } else if (!tls1_get_legacy_signature_algorithm(&signature_algorithm, in do_read_server_key_exchange()
Dhandshake_server.cc1469 } else if (!tls1_get_legacy_signature_algorithm(&signature_algorithm, in do_read_client_certificate_verify()
Dt1_lib.cc4097 bool tls1_get_legacy_signature_algorithm(uint16_t *out, const EVP_PKEY *pkey) { in tls1_get_legacy_signature_algorithm() function
4118 if (!tls1_get_legacy_signature_algorithm(out, hs->local_pubkey.get())) { in tls1_choose_signature_algorithm()
Dinternal.h2025 bool tls1_get_legacy_signature_algorithm(uint16_t *out, const EVP_PKEY *pkey);