Searched refs:pubKeys (Results 1 – 1 of 1) sorted by relevance
561 auto pubKeys = validateAndExtractPubkeys(false /* test_mode */, request.num_keys, in GenerateCsrV2() local563 if (!pubKeys.isOk()) { in GenerateCsrV2()565 response->error = static_cast<keymaster_error_t>(pubKeys.moveError()); in GenerateCsrV2()570 std::vector(request.challenge.begin(), request.challenge.end()), std::move(*pubKeys)); in GenerateCsrV2()