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

/system/security/keystore/
H A Dkeystore.cpp321 int32_t getLength() const { function in class:Blob
525 if (response == NO_ERROR && masterKeyBlob.getLength() == MASTER_KEY_SIZE_BYTES) {
810 Unique_BIO b(BIO_new_mem_buf(const_cast<uint8_t*>(blob->getValue()), blob->getLength()));
948 send_message(sock, keyBlob.getValue(), keyBlob.getLength());
1136 int rc = device->get_keypair_public(device, keyBlob.getValue(), keyBlob.getLength(), &data,
1167 if (device->delete_keypair(device, keyBlob.getValue(), keyBlob.getLength())) {
1209 rc = device->sign_data(device, &params, keyBlob.getValue(), keyBlob.getLength(),
1244 rc = device->verify_data(device, &params, keyBlob.getValue(), keyBlob.getLength(),

Completed in 22 milliseconds