D | keystore.cpp | 227 if ((rc = this->put(filename, keyBlob, userId)) != NO_ERROR || in get() 256 rc = this->put(filename, keyBlob, userId); in get() 267 ResponseCode KeyStore::put(const char* filename, Blob* keyBlob, uid_t userId) { in put() function in KeyStore 469 return put(filename, &keyBlob, userId); in importKey()
|