Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dt1_lib.cc3443 bool tls1_get_legacy_signature_algorithm(uint16_t *out, const EVP_PKEY *pkey) { in tls1_get_legacy_signature_algorithm() function
3463 if (!tls1_get_legacy_signature_algorithm(out, hs->local_pubkey.get())) { in tls1_choose_signature_algorithm()
Dhandshake_server.cc1305 } else if (!tls1_get_legacy_signature_algorithm(&signature_algorithm, in do_read_client_certificate_verify()
Dhandshake_client.cc1041 } else if (!tls1_get_legacy_signature_algorithm(&signature_algorithm, in do_read_server_key_exchange()
Dinternal.h1676 bool tls1_get_legacy_signature_algorithm(uint16_t *out, const EVP_PKEY *pkey);