Searched defs:blob (Results 1 – 8 of 8) sorted by relevance
/system/keymaster/ |
D | soft_keymaster_context.cpp | 180 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()
|
D | keymaster1_engine.cpp | 86 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()
|
D | keymaster0_engine.cpp | 163 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()
|
D | key_blob_test.cpp | 306 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
|
D | keymaster_enforcement_test.cpp | 864 keymaster_key_blob_t blob = {reinterpret_cast<const uint8_t*>("foobar"), 6}; in TEST_F() local
|
/system/security/keystore/ |
D | keystore.cpp | 587 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 …]
|
D | IKeystoreService.cpp | 372 std::unique_ptr<keymaster_blob_t> blob; in readKeymasterBlob() local
|
/system/keymaster/include/keymaster/ |
D | authorization_set.h | 348 bool push_back(TypedTag<KM_BYTES, Tag> tag, const keymaster_blob_t& blob) { in push_back()
|