Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dextensions.cc4044 bool tls1_get_legacy_signature_algorithm(uint16_t *out, const EVP_PKEY *pkey) { in tls1_get_legacy_signature_algorithm() function
4065 if (!tls1_get_legacy_signature_algorithm(out, hs->local_pubkey.get())) { in tls1_choose_signature_algorithm()
Dhandshake_server.cc1596 } else if (!tls1_get_legacy_signature_algorithm(&signature_algorithm, in do_read_client_certificate_verify()
Dhandshake_client.cc1156 } else if (!tls1_get_legacy_signature_algorithm(&signature_algorithm, in do_read_server_key_exchange()
Dinternal.h2309 bool tls1_get_legacy_signature_algorithm(uint16_t *out, const EVP_PKEY *pkey);
/aosp_15_r20/external/boringssl/src/ssl/
H A Dextensions.cc4101 bool tls1_get_legacy_signature_algorithm(uint16_t *out, const EVP_PKEY *pkey) { in tls1_get_legacy_signature_algorithm() function
4127 if (!tls1_get_legacy_signature_algorithm(out, cred->pubkey.get())) { in tls1_choose_signature_algorithm()
H A Dhandshake_client.cc1178 } else if (!tls1_get_legacy_signature_algorithm(&signature_algorithm, in do_read_server_key_exchange()
H A Dhandshake_server.cc1670 } else if (!tls1_get_legacy_signature_algorithm(&signature_algorithm, in do_read_client_certificate_verify()
H A Dinternal.h2435 bool tls1_get_legacy_signature_algorithm(uint16_t *out, const EVP_PKEY *pkey);
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/
H A Dextensions.cc4095 bool tls1_get_legacy_signature_algorithm(uint16_t *out, const EVP_PKEY *pkey) { in tls1_get_legacy_signature_algorithm() function
4121 if (!tls1_get_legacy_signature_algorithm(out, cred->pubkey.get())) { in tls1_choose_signature_algorithm()
H A Dhandshake_client.cc1177 } else if (!tls1_get_legacy_signature_algorithm(&signature_algorithm, in do_read_server_key_exchange()
H A Dhandshake_server.cc1660 } else if (!tls1_get_legacy_signature_algorithm(&signature_algorithm, in do_read_client_certificate_verify()
H A Dinternal.h2445 bool tls1_get_legacy_signature_algorithm(uint16_t *out, const EVP_PKEY *pkey);
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/
Dextensions.cc4044 bool tls1_get_legacy_signature_algorithm(uint16_t *out, const EVP_PKEY *pkey) { in tls1_get_legacy_signature_algorithm() function
4065 if (!tls1_get_legacy_signature_algorithm(out, hs->local_pubkey.get())) { in tls1_choose_signature_algorithm()
Dhandshake_server.cc1596 } else if (!tls1_get_legacy_signature_algorithm(&signature_algorithm, in do_read_client_certificate_verify()
Dhandshake_client.cc1156 } else if (!tls1_get_legacy_signature_algorithm(&signature_algorithm, in do_read_server_key_exchange()
Dinternal.h2309 bool tls1_get_legacy_signature_algorithm(uint16_t *out, const EVP_PKEY *pkey);