Searched defs:hash_algorithm (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
H A Dsigned_certificate_timestamp_info_view.cc28 net::ct::DigitallySigned::HashAlgorithm hash_algorithm) {
29 switch (hash_algorithm) {
134 HashAlgorithmToResourceID(sct.signature.hash_algorithm)));
27 HashAlgorithmToResourceID( net::ct::DigitallySigned::HashAlgorithm hash_algorithm) argument
/external/chromium_org/net/cert/
H A Dct_signed_certificate_timestamp_log_param.cc37 // Converts a numeric |hash_algorithm| to its textual representation
39 ct::DigitallySigned::HashAlgorithm hash_algorithm) {
40 switch (hash_algorithm) {
106 out->SetString("hash_algorithm",
107 HashAlgorithmToString(sct.signature.hash_algorithm));
38 HashAlgorithmToString( ct::DigitallySigned::HashAlgorithm hash_algorithm) argument
H A Dsigned_certificate_timestamp.cc38 CHECK(pickle->WriteInt(signature.hash_algorithm));
50 int hash_algorithm; local
60 iter->ReadInt(&hash_algorithm) &&
70 sct->signature.hash_algorithm =
71 static_cast<DigitallySigned::HashAlgorithm>(hash_algorithm);
95 return (hash_algorithm == other_hash_algorithm) &&
H A Dct_objects_extractor_openssl.cc136 CBS hash_algorithm, hash, serial_number, issuer_name_hash, issuer_key_hash; local
137 if (!CBS_get_asn1(&cert_id, &hash_algorithm, CBS_ASN1_SEQUENCE) ||
138 !CBS_get_asn1(&hash_algorithm, &hash, CBS_ASN1_OBJECT) ||
H A Dsigned_certificate_timestamp.h75 HashAlgorithm hash_algorithm; member in struct:net::ct::DigitallySigned
H A Dct_objects_extractor_nss.cc300 SECAlgorithmID hash_algorithm; member in struct:net::ct::__anon9078::CertID
308 { SEC_ASN1_INLINE | SEC_ASN1_XTRN, offsetof(CertID, hash_algorithm),
413 SECOidTag hash_alg = SECOID_FindOIDTag(&cert_id.hash_algorithm.algorithm);
H A Dx509_util_nss.cc156 SECOidTag hash_algorithm) {
160 hash_algorithm);
153 SignCertificate( CERTCertificate* cert, SECKEYPrivateKey* key, SECOidTag hash_algorithm) argument
/external/chromium_org/chrome/browser/chromeos/platform_keys/
H A Dplatform_keys_service.cc52 platform_keys::HashAlgorithm hash_algorithm,
64 hash_algorithm,
102 platform_keys::HashAlgorithm hash_algorithm,
112 hash_algorithm,
50 CheckValidityAndSign(const std::string& token_id, const std::string& public_key_spki_der, platform_keys::HashAlgorithm hash_algorithm, const std::string& data, const PlatformKeysService::SignCallback& callback, content::BrowserContext* browser_context, bool key_is_valid) argument
100 Sign(const std::string& token_id, const std::string& public_key_spki_der, platform_keys::HashAlgorithm hash_algorithm, const std::string& data, const std::string& extension_id, const SignCallback& callback) argument
H A Dplatform_keys_nss.cc165 HashAlgorithm hash_algorithm,
298 HashAlgorithm hash_algorithm,
302 hash_algorithm_(hash_algorithm),
580 HashAlgorithm hash_algorithm,
586 new SignState(public_key, hash_algorithm, data, callback));
297 SignState(const std::string& public_key, HashAlgorithm hash_algorithm, const std::string& data, const subtle::SignCallback& callback) argument
578 Sign(const std::string& token_id, const std::string& public_key, HashAlgorithm hash_algorithm, const std::string& data, const SignCallback& callback, BrowserContext* browser_context) argument
/external/chromium_org/content/child/webcrypto/openssl/
H A Drsa_key_openssl.cc68 blink::WebCryptoAlgorithmId hash_algorithm,
88 rsa_algorithm, modulus_length_bits, &e[0], e.size(), hash_algorithm);
66 CreateRsaHashedKeyAlgorithm( blink::WebCryptoAlgorithmId rsa_algorithm, blink::WebCryptoAlgorithmId hash_algorithm, EVP_PKEY* key, blink::WebCryptoKeyAlgorithm* key_algorithm) argument
/external/chromium_org/content/child/webcrypto/nss/
H A Drsa_key_nss.cc66 blink::WebCryptoAlgorithmId hash_algorithm,
82 hash_algorithm);
88 blink::WebCryptoAlgorithmId hash_algorithm,
95 rsa_algorithm, hash_algorithm, public_key.get(), key_algorithm);
64 CreateRsaHashedPublicKeyAlgorithm( blink::WebCryptoAlgorithmId rsa_algorithm, blink::WebCryptoAlgorithmId hash_algorithm, SECKEYPublicKey* key, blink::WebCryptoKeyAlgorithm* key_algorithm) argument
86 CreateRsaHashedPrivateKeyAlgorithm( blink::WebCryptoAlgorithmId rsa_algorithm, blink::WebCryptoAlgorithmId hash_algorithm, SECKEYPrivateKey* key, blink::WebCryptoKeyAlgorithm* key_algorithm) argument
/external/ipsec-tools/src/racoon/
H A Dalgorithm.h140 struct hash_algorithm { struct

Completed in 307 milliseconds