Home
last modified time | relevance | path

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

/system/keymaster/
Dsoft_keymaster_context.cpp161 KeymasterKeyBlob* blob, in CreateKeyBlob()
176 static keymaster_error_t ParseOcbAuthEncryptedBlob(const KeymasterKeyBlob& blob, in ParseOcbAuthEncryptedBlob()
201 const KeymasterKeyBlob& blob, KeymasterKeyBlob* key_material, AuthorizationSet* hw_enforced, in ParseOldSoftkeymasterBlob()
272 keymaster_error_t SoftKeymasterContext::ParseKeyBlob(const KeymasterKeyBlob& blob, in ParseKeyBlob()
Dkeymaster0_engine.cpp178 inline keymaster_key_blob_t* duplicate_blob(const keymaster_key_blob_t& blob) { in duplicate_blob()
245 keymaster_key_blob_t* blob = reinterpret_cast<keymaster_key_blob_t*>(*from_d); in keyblob_dup() local
257 keymaster_key_blob_t* blob = reinterpret_cast<keymaster_key_blob_t*>(ptr); in keyblob_free() local
280 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
Dec_keymaster0_key.cpp133 const keymaster_key_blob_t* blob = engine_->EcKeyToBlob(key()); in key_material() local
Drsa_keymaster0_key.cpp147 const keymaster_key_blob_t* blob = engine_->RsaKeyToBlob(key()); in key_material() 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.cpp483 struct __attribute__((packed)) blob { struct
484 uint8_t version;
485 uint8_t type;
486 uint8_t flags;
487 uint8_t info;
488 uint8_t vector[AES_BLOCK_SIZE];
489 uint8_t encrypted[0]; // Marks offset to encrypted data.
513 ALOGW("Provided blob length too large"); in Blob() argument
1098 Blob blob; in resetUser() local
1242 keymaster_key_blob_t blob; in del() local
[all …]
DIKeystoreService.cpp372 std::unique_ptr<keymaster_blob_t> blob; in readKeymasterBlob() local
/system/keymaster/include/keymaster/
Dauthorization_set.h343 bool push_back(TypedTag<KM_BYTES, Tag> tag, const keymaster_blob_t& blob) { in push_back()