Home | History | Annotate | Download | only in keystore

Lines Matching defs:importKey

1112             ResponseCode imported = importKey(keyBlob->getValue(), keyBlob->getLength(), filename,
1228 ResponseCode importKey(const uint8_t* key, size_t keyLen, const char* filename, uid_t uid,
1466 ResponseCode rc = importKey(pkcs8key.get(), len, filename, uid,
1995 return mKeyStore->importKey(data, length, filename.string(), targetUid, flags);