/external/chromium_org/chromeos/cryptohome/ |
cryptohome_parameters.h | 49 struct Secret { 50 Secret(); 51 Secret(bool encrypt, 57 bool operator==(const Secret& other) const; 75 std::vector<Secret> secrets; 101 KeyDefinition(const std::string& secret, 113 std::string secret; member in struct:cryptohome::KeyDefinition
|
cryptohome_parameters.cc | 18 KeyDefinition::AuthorizationData::Secret::Secret() : encrypt(false), 23 KeyDefinition::AuthorizationData::Secret::Secret( 36 bool KeyDefinition::AuthorizationData::Secret::operator==( 37 const Secret& other) const { 52 secrets.push_back(Secret(encrypt, 126 KeyDefinition::KeyDefinition(const std::string& secret, 133 secret(secret) { [all...] |
homedir_methods.cc | 30 key->set_secret(key_def.secret); 67 for (std::vector<KeyDefinition::AuthorizationData::Secret>::const_iterator 70 KeyAuthorizationSecret* secret = auth_data->add_secrets(); local 71 secret->mutable_usage()->set_encrypt(secret_it->encrypt); 72 secret->mutable_usage()->set_sign(secret_it->sign); 74 secret->set_symmetric_key(secret_it->symmetric_key); 76 secret->set_public_key(secret_it->public_key); 77 secret->set_wrapped(secret_it->wrapped); 131 KeyDefinition::AuthorizationData::Secret(it->usage().encrypt(), 345 key_definitions.push_back(KeyDefinition(std::string() /* secret */, [all...] |
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/protobuf/ |
ProtobufWireAdapter.java | 164 return PoloProto.Secret.parseFrom(payload); 216 } else if (message instanceof PoloProto.Secret) { 421 * Converts a {@link SecretMessage} to a {@link PoloProto.Secret}. 423 private PoloProto.Secret toProto(SecretMessage poloMessage) { 424 PoloProto.Secret secret = new PoloProto.Secret(); local 425 secret.secret = poloMessage.getSecret(); 426 return secret; [all...] |
/external/clang/test/Analysis/ |
inline.cpp | 218 class Secret { 227 Secret obj; 230 clang_analyzer_eval(Secret::value == 42); // expected-warning{{TRUE}} 253 int complicatedExprUser(int input = 2 * Secret::value) {
|
/external/chromium_org/testing/gtest/include/gtest/ |
gtest-message.h | 55 void operator<<(const testing::internal::Secret&, int);
|
gtest.h | [all...] |
/external/gtest/include/gtest/ |
gtest-message.h | 55 void operator<<(const testing::internal::Secret&, int);
|
gtest.h | [all...] |
/external/google-tv-pairing-protocol/cpp/src/polo/wire/protobuf/ |
protobufwireadapter.cc | 134 Secret secret; local 135 secret.set_secret(&message.secret()[0], message.secret().size()); 138 secret.SerializeAsString()); 146 ack.set_secret(&message.secret()[0], message.secret().size()); 330 Secret secret; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/ |
gtest-internal.h | 131 // A secret type that Google Test users don't know about. It has no 133 // Secret object, which is what we want. 134 class Secret; 144 // version if x can be implicitly converted to Secret*, and pick the 145 // second version otherwise. Since Secret is a secret and incomplete 146 // type, the only expression a user can write that has type Secret* is 150 char IsNullLiteralHelper(Secret* p); [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-internal.h | 160 // A secret type that Google Test users don't know about. It has no 162 // Secret object, which is what we want. 163 class Secret; 173 // version if x can be implicitly converted to Secret*, and pick the 174 // second version otherwise. Since Secret is a secret and incomplete 175 // type, the only expression a user can write that has type Secret* is 179 char IsNullLiteralHelper(Secret* p); [all...] |
/external/mesa3d/src/gtest/include/gtest/internal/ |
gtest-internal.h | 131 // A secret type that Google Test users don't know about. It has no 133 // Secret object, which is what we want. 134 class Secret; 144 // version if x can be implicitly converted to Secret*, and pick the 145 // second version otherwise. Since Secret is a secret and incomplete 146 // type, the only expression a user can write that has type Secret* is 150 char IsNullLiteralHelper(Secret* p); [all...] |
/external/chromium_org/chrome/browser/chromeos/login/supervised/ |
supervised_user_authentication.cc | 299 ac::chrome::managedaccounts::account::Secret secret; local 300 secret.set_revision(revision); 301 secret.set_secret(password); 303 if (!secret.SerializeToString(&buffer))
|
/external/google-tv-pairing-protocol/cpp/tests/polo/wire/protobuf/ |
protobufwireadaptertest.cc | 260 std::vector<unsigned char> secret(4); 261 secret[0] = 0xAA; 262 secret[1] = 0xBB; 263 secret[2] = 0xCC; 264 secret[3] = 0xDD; 266 Secret proto; 267 proto.set_secret(&secret[0], secret.size()); 277 pairing::message::SecretMessage message(secret); 285 std::vector<unsigned char> secret(4) [all...] |
/external/chromium_org/testing/gtest/include/gtest/internal/ |
gtest-internal.h | 117 // version if x can be implicitly converted to Secret*, and pick the 118 // second version otherwise. Since Secret is a secret and incomplete 119 // type, the only expression a user can write that has type Secret* is 123 char IsNullLiteralHelper(Secret* p); [all...] |
gtest-port.h | [all...] |
/external/gtest/include/gtest/internal/ |
gtest-internal.h | 115 // version if x can be implicitly converted to Secret*, and pick the 116 // second version otherwise. Since Secret is a secret and incomplete 117 // type, the only expression a user can write that has type Secret* is 121 char IsNullLiteralHelper(Secret* p); [all...] |
gtest-port.h | 791 // A secret type that Google Test users don't know about. It has no 793 // Secret object, which is what we want. 794 class Secret; [all...] |
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/ |
gtest.h | [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/ |
gtest.h | [all...] |
/external/mesa3d/src/gtest/include/gtest/ |
gtest.h | [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/ |
gtest.h | [all...] |
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
gtest.h | [all...] |