Searched defs:KeyBlob (Results 1 - 2 of 2) sorted by relevance

/system/keymaster/include/keymaster/
H A Dkey_blob.h38 class KeyBlob : public Serializable { class in namespace:keymaster
44 * Create a KeyBlob containing the specified authorization data and key material. The copy of
51 * to contain a full Keymaster blob, i.e. what KeyBlob is designed to create and manage. In
55 * IMPORTANT: After constructing a KeyBlob, call error() to verify that the blob is usable.
57 KeyBlob(const AuthorizationSet& enforced, const AuthorizationSet& unenforced,
62 * Create a KeyBlob, reconstituting it from the encrypted material in \p encrypted_key,
63 * decrypted with key derived from \p master_key. The KeyBlob takes ownership of the \p
69 * IMPORTANT: After constructing a KeyBlob, call error() to verify that the blob is usable.
71 KeyBlob(const keymaster_key_blob_t& keymaster_blob, const AuthorizationSet& hidden,
75 * Create a KeyBlob, extractin
[all...]
/system/keymaster/
H A Dkey_blob.cpp29 class KeyBlob::AeCtx {
43 const size_t KeyBlob::NONCE_LENGTH;
44 const size_t KeyBlob::TAG_LENGTH;
46 KeyBlob::KeyBlob(const AuthorizationSet& enforced, const AuthorizationSet& unenforced, function in class:keymaster::KeyBlob
88 KeyBlob::KeyBlob(const keymaster_key_blob_t& key, const AuthorizationSet& hidden, function in class:keymaster::KeyBlob
103 KeyBlob::KeyBlob(const uint8_t* key_blob, size_t blob_size) function in class:keymaster::KeyBlob
115 size_t KeyBlob
[all...]

Completed in 193 milliseconds