Home
last modified time | relevance | path

Searched refs:numBytes (Results 1 – 2 of 2) sorted by relevance

/trusty/user/app/keymaster/
Dtrusty_remote_provisioning_context.h44 size_t numBytes) const override;
/trusty/user/base/lib/apploader_package/
Dcose.cpp98 static std::optional<std::vector<uint8_t>> getRandom(size_t numBytes) { in getRandom() argument
100 output.resize(numBytes); in getRandom()
101 if (RAND_bytes(output.data(), numBytes) != 1) { in getRandom()
102 COSE_PRINT_ERROR("RAND_bytes: failed getting %zu random\n", numBytes); in getRandom()