Home
last modified time | relevance | path

Searched defs:signature_algorithm (Results 1 – 2 of 2) sorted by relevance

/third_party/mbedtls/tests/scripts/
Dgenerate_tls13_compat_tests.py68 def __init__(self, ciphersuite=None, signature_algorithm=None, named_group=None, argument
/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dmod.rs597 pub fn signature_algorithm(&self) -> &X509AlgorithmRef { in signature_algorithm() method