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

/system/security/keystore/
H A Dkeystore.cpp547 int32_t getLength() const { function in class:Blob
862 if (response == NO_ERROR && masterKeyBlob.getLength() == MASTER_KEY_SIZE_BYTES) {
1190 ResponseCode imported = importKey(keyBlob->getValue(), keyBlob->getLength(), filename,
1234 if (mDevice->delete_keypair(mDevice, keyBlob.getValue(), keyBlob.getLength())) {
1244 blob.key_material_size = keyBlob.getLength();
1551 Unique_BIO b(BIO_new_mem_buf(const_cast<uint8_t*>(blob->getValue()), blob->getLength()));
1734 *item = (uint8_t*) malloc(keyBlob.getLength());
1735 memcpy(*item, keyBlob.getValue(), keyBlob.getLength());
1736 *itemLength = keyBlob.getLength();
2333 key.key_material_size = keyBlob.getLength();
[all...]

Completed in 29 milliseconds