OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HashCert
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/common/net/
x509_certificate_model_nss.cc
44
std::string
HashCert
(CERTCertificate* cert, HASH_HashType algorithm, int len) {
300
return
HashCert
(cert_handle, HASH_AlgSHA256, SHA256_LENGTH);
304
return
HashCert
(cert_handle, HASH_AlgSHA1, SHA1_LENGTH);
/external/chromium_org/chrome/common/net/
x509_certificate_model_nss.cc
45
std::string
HashCert
(CERTCertificate* cert, HASH_HashType algorithm, int len) {
304
return
HashCert
(cert_handle, HASH_AlgSHA256, SHA256_LENGTH);
308
return
HashCert
(cert_handle, HASH_AlgSHA1, SHA1_LENGTH);
Completed in 612 milliseconds