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

/system/security/keystore/
H A Dkeystore.cpp441 int32_t getLength() const { function in class:Blob
734 if (response == NO_ERROR && masterKeyBlob.getLength() == MASTER_KEY_SIZE_BYTES) {
1025 ResponseCode imported = importKey(keyBlob->getValue(), keyBlob->getLength(), filename,
1285 Unique_BIO b(BIO_new_mem_buf(const_cast<uint8_t*>(blob->getValue()), blob->getLength()));
1468 *item = (uint8_t*) malloc(keyBlob.getLength());
1469 memcpy(*item, keyBlob.getValue(), keyBlob.getLength());
1470 *itemLength = keyBlob.getLength();
1925 rc = openssl_sign_data(device, &params, keyBlob.getValue(), keyBlob.getLength(), data,
1928 rc = device->sign_data(device, &params, keyBlob.getValue(), keyBlob.getLength(), data,
1977 rc = openssl_verify_data(device, &params, keyBlob.getValue(), keyBlob.getLength(), dat
[all...]

Completed in 28 milliseconds