/external/chromium_org/media/cdm/ |
D | aes_decryptor_unittest.cc | 218 key_id_(kKeyId, kKeyId + arraysize(kKeyId)), in AesDecryptorTest() 347 const std::vector<uint8> key_id_; member in media::AesDecryptorTest 381 uint32 session_id = CreateSession(key_id_); in TEST_F() 384 encrypted_data_, key_id_, iv_, 0, no_subsample_entries_); in TEST_F() 389 uint32 session_id = CreateSession(key_id_); in TEST_F() 392 encrypted_data_, key_id_, iv_, 23, no_subsample_entries_); in TEST_F() 399 original_data_, key_id_, std::vector<uint8>(), 0, no_subsample_entries_); in TEST_F() 404 uint32 session_id = CreateSession(key_id_); in TEST_F() 407 encrypted_data_, key_id_, iv_, 0, no_subsample_entries_); in TEST_F() 413 encrypted_data_, key_id_, iv_, 0, no_subsample_entries_); in TEST_F() [all …]
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
D | cell.h | 10 Cell() : louds_pos_(0), node_(0), key_id_(0), length_(0) {} in Cell() 19 key_id_ = key_id; in set_key_id() 32 return key_id_; in key_id() 41 UInt32 key_id_; variable
|
/external/marisa-trie/lib/marisa/ |
D | cell.h | 10 Cell() : louds_pos_(0), node_(0), key_id_(0), length_(0) {} in Cell() 19 key_id_ = key_id; in set_key_id() 32 return key_id_; in key_id() 41 UInt32 key_id_; variable
|
/external/chromium_org/net/base/ |
D | keygen_handler_win.cc | 145 if (delete_keyset_ && !key_id_.empty()) { in ~KeyContainer() 147 crypto::CryptAcquireContextLocked(&provider, key_id_.c_str(), NULL, in ~KeyContainer() 154 std::wstring key_id_; member 174 key_container.key_id_ = GetNewKeyContainerId(); in GenKeyAndSignChallenge() 175 if (key_container.key_id_.empty()) in GenKeyAndSignChallenge() 181 key_container.key_id_.c_str(), NULL, PROV_RSA_FULL, in GenKeyAndSignChallenge()
|
/external/chromium/net/base/ |
D | keygen_handler_win.cc | 145 if (delete_keyset_ && !key_id_.empty()) { in ~KeyContainer() 147 crypto::CryptAcquireContextLocked(&provider, key_id_.c_str(), NULL, in ~KeyContainer() 154 std::wstring key_id_; member 174 key_container.key_id_ = GetNewKeyContainerId(); in GenKeyAndSignChallenge() 175 if (key_container.key_id_.empty()) in GenKeyAndSignChallenge() 181 key_container.key_id_.c_str(), NULL, PROV_RSA_FULL, in GenKeyAndSignChallenge()
|
/external/chromium_org/media/base/ |
D | decrypt_config.h | 55 const std::string& key_id() const { return key_id_; } in key_id() 61 const std::string key_id_;
|
D | decrypt_config.cc | 15 : key_id_(key_id), in DecryptConfig()
|
/external/chromium_org/net/cert/ |
D | ct_log_verifier.h | 41 const std::string& key_id() const { return key_id_; } in key_id() 64 std::string key_id_; variable
|
D | ct_log_verifier_openssl.cc | 66 key_id_ = crypto::SHA256HashString(public_key); in Init()
|
D | ct_log_verifier_nss.cc | 96 key_id_ = crypto::SHA256HashString(public_key); in Init()
|