Searched refs:tls1_get_legacy_signature_algorithm (Results 1 – 8 of 8) sorted by relevance
| /external/rust/crates/quiche/deps/boringssl/src/ssl/ |
| D | t1_lib.cc | 3569 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()
|
| D | handshake_client.cc | 1059 } else if (!tls1_get_legacy_signature_algorithm(&signature_algorithm, in do_read_server_key_exchange()
|
| D | handshake_server.cc | 1464 } else if (!tls1_get_legacy_signature_algorithm(&signature_algorithm, in do_read_client_certificate_verify()
|
| D | internal.h | 1982 bool tls1_get_legacy_signature_algorithm(uint16_t *out, const EVP_PKEY *pkey);
|
| /external/boringssl/src/ssl/ |
| D | handshake_client.cc | 1055 } else if (!tls1_get_legacy_signature_algorithm(&signature_algorithm, in do_read_server_key_exchange()
|
| D | handshake_server.cc | 1469 } else if (!tls1_get_legacy_signature_algorithm(&signature_algorithm, in do_read_client_certificate_verify()
|
| D | t1_lib.cc | 4097 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()
|
| D | internal.h | 2025 bool tls1_get_legacy_signature_algorithm(uint16_t *out, const EVP_PKEY *pkey);
|