Home
last modified time | relevance | path

Searched defs:get_signature_algorithm (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/ssl/
Dssl_privkey.cc127 static const SSL_SIGNATURE_ALGORITHM *get_signature_algorithm(uint16_t sigalg) { in get_signature_algorithm() function
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dssl_privkey.cc127 static const SSL_SIGNATURE_ALGORITHM *get_signature_algorithm(uint16_t sigalg) { in get_signature_algorithm() function
/external/python/pyopenssl/src/OpenSSL/
Dcrypto.py1218 def get_signature_algorithm(self): member in X509