Home | History | Annotate | Download | only in keystore

Lines Matching refs:blob

26 #include "blob.h"
70 sp<Keymaster> getDevice(const Blob& blob) { return mKmDevices[blob.getSecurityLevel()]; }
100 ResponseCode get(const char* filename, Blob* keyBlob, const BlobType type, uid_t userId);
101 ResponseCode put(const char* filename, Blob* keyBlob, uid_t userId);
115 ResponseCode getKeyForName(Blob* keyBlob, const android::String8& keyName, const uid_t uid,
159 bool upgradeBlob(const char* filename, Blob* blob, const uint8_t oldVersion,
163 * Takes a blob that is an PEM-encoded RSA key as a byte array and converts it to a DER-encoded
164 * PKCS#8 for import into a keymaster. Then it overwrites the original blob with the new blob
167 ResponseCode importBlobAsKey(Blob* blob, const char* filename, uid_t uid);