HomeSort by relevance Sort by last modified time
    Searched full:unseal (Results 1 - 23 of 23) sorted by null

  /libcore/ojluni/src/main/java/javax/crypto/
SealedObject.java 231 * @param key the key used to unseal the object.
238 * @exception NoSuchAlgorithmException if the algorithm to unseal the
240 * @exception InvalidKeyException if the given key cannot be used to unseal
253 return unseal(key, null);
273 * @param c the cipher used to unseal the object
293 * Unseal the object
324 * @param key the key used to unseal the object.
325 * @param provider the name of the provider of the algorithm to unseal
335 * @exception NoSuchAlgorithmException if the algorithm to unseal the
339 * @exception InvalidKeyException if the given key cannot be used to unseal
364 private Object unseal(Key key, String provider) method in class:SealedObject
    [all...]
  /external/tpm2/
Unseal_fp.h 16 // Executes Unseal with request handles and parameters from
GetCommandCodeString.c 433 return "Unseal";
Android.mk 297 Unseal.c \
Makefile 282 SOURCES += Unseal.c
  /system/tpm/attestation/common/
mock_tpm_utility.cc 67 ON_CALL(*this, Unseal(_, _))
mock_tpm_utility.h 56 MOCK_METHOD2(Unseal, bool(const std::string&, std::string*));
tpm_utility.h 74 virtual bool Unseal(const std::string& sealed_data, std::string* data) = 0;
tpm_utility_v1.h 58 bool Unseal(const std::string& sealed_data, std::string* data) override;
crypto_utility_impl_test.cc 126 EXPECT_CALL(mock_tpm_utility_, Unseal(_, _))
crypto_utility_impl.cc 130 if (!tpm_utility_->Unseal(*sealed_key, aes_key)) {
131 LOG(ERROR) << __func__ << ": Cannot unseal aes key.";
tpm_utility_v1.cc 351 bool TpmUtilityV1::Unseal(const std::string& sealed_data, std::string* data) {
382 // Unseal using the SRK.
  /system/tpm/attestation/server/
database_impl.cc 182 LOG(ERROR) << "Attestation: Could not unseal decryption key.";
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntsecpkg.h     [all...]
  /system/tpm/trunks/
mock_tpm.h 232 MOCK_METHOD4(Unseal,
    [all...]
tpm_generated.h     [all...]
tpm_generated.cc     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /prebuilts/go/darwin-x86/src/compress/bzip2/testdata/
Mark.Twain-Tom.Sawyer.txt.bz2 
  /prebuilts/go/darwin-x86/src/compress/testdata/
Mark.Twain-Tom.Sawyer.txt     [all...]
  /prebuilts/go/linux-x86/src/compress/bzip2/testdata/
Mark.Twain-Tom.Sawyer.txt.bz2 
  /prebuilts/go/linux-x86/src/compress/testdata/
Mark.Twain-Tom.Sawyer.txt     [all...]

Completed in 1008 milliseconds