Home
last modified time | relevance | path

Searched defs:blob (Results 1 – 8 of 8) sorted by relevance

/system/keymaster/
Dsoft_keymaster_context.cpp180 KeymasterKeyBlob* blob, in CreateKeyBlob()
195 static keymaster_error_t ParseOcbAuthEncryptedBlob(const KeymasterKeyBlob& blob, in ParseOcbAuthEncryptedBlob()
220 const KeymasterKeyBlob& blob, KeymasterKeyBlob* key_material, AuthorizationSet* hw_enforced, in ParseOldSoftkeymasterBlob()
291 keymaster_error_t SoftKeymasterContext::ParseKeyBlob(const KeymasterKeyBlob& blob, in ParseKeyBlob()
375 const KeymasterKeyBlob& blob, const AuthorizationSet& additional_params, in ParseKeymaster1HwBlob()
406 keymaster_error_t SoftKeymasterContext::ParseKeymaster0HwBlob(const KeymasterKeyBlob& blob, in ParseKeymaster0HwBlob()
Dkeymaster1_engine.cpp86 keymaster_key_blob_t blob; in GenerateKey() local
110 keymaster_key_blob_t blob; in ImportKey() local
124 RSA* Keymaster1Engine::BuildRsaKey(const KeymasterKeyBlob& blob, in BuildRsaKey()
166 EC_KEY* Keymaster1Engine::BuildEcKey(const KeymasterKeyBlob& blob, in BuildEcKey()
350 EVP_PKEY* Keymaster1Engine::GetKeymaster1PublicKey(const KeymasterKeyBlob& blob, in GetKeymaster1PublicKey()
Dkeymaster0_engine.cpp163 inline keymaster_key_blob_t* duplicate_blob(const keymaster_key_blob_t& blob) { in duplicate_blob()
230 keymaster_key_blob_t* blob = reinterpret_cast<keymaster_key_blob_t*>(*from_d); in keyblob_dup() local
242 keymaster_key_blob_t* blob = reinterpret_cast<keymaster_key_blob_t*>(ptr); in keyblob_free() local
265 bool Keymaster0Engine::Keymaster0Sign(const void* signing_params, const keymaster_key_blob_t& blob, in Keymaster0Sign()
Dkey_blob_test.cpp306 keymaster_key_blob_t blob = {buf.get() + i, kBufSize - i}; in TEST_F() local
330 keymaster_key_blob_t blob = {buf, 0}; in TEST_F() local
346 keymaster_key_blob_t blob = {buf, 0}; in TEST_F() local
Dkeymaster_enforcement_test.cpp864 keymaster_key_blob_t blob = {reinterpret_cast<const uint8_t*>("foobar"), 6}; in TEST_F() local
/system/security/keystore/
Dkeystore.cpp587 struct __attribute__((packed)) blob { struct
588 uint8_t version;
589 uint8_t type;
590 uint8_t flags;
591 uint8_t info;
592 uint8_t vector[AES_BLOCK_SIZE];
593 uint8_t encrypted[0]; // Marks offset to encrypted data.
617 ALOGW("Provided blob length too large"); in Blob() argument
1234 Blob blob; in resetUser() local
1370 keymaster_key_blob_t blob = {keyBlob.getValue(), in del() local
[all …]
DIKeystoreService.cpp372 std::unique_ptr<keymaster_blob_t> blob; in readKeymasterBlob() local
/system/keymaster/include/keymaster/
Dauthorization_set.h348 bool push_back(TypedTag<KM_BYTES, Tag> tag, const keymaster_blob_t& blob) { in push_back()