Searched refs:BlobType (Results 1 - 1 of 1) sorted by relevance

/system/security/keystore/
H A Dkeystore.cpp294 } BlobType; typedef in typeref:enum:__anon569
300 Blob(uint8_t* value, int32_t valueLength, uint8_t* info, uint8_t infoLength, BlobType type) {
341 BlobType getType() const {
342 return BlobType(mBlob.type);
345 void setType(BlobType type) {
592 ResponseCode get(const char* filename, Blob* keyBlob, const BlobType type) {
775 void upgrade(const char* filename, Blob* blob, const uint8_t oldVersion, const BlobType type) {
896 const uid_t uid, const BlobType type) {

Completed in 27 milliseconds