HomeSort by relevance Sort by last modified time
    Searched defs:verify_result (Results 1 - 8 of 8) sorted by null

  /art/runtime/dex/
art_dex_file_loader.cc 178 /*verify_result*/ nullptr);
208 /*verify_result*/ nullptr);
337 /*verify_result*/ nullptr);
400 VerifyResult verify_result; local
412 &verify_result);
419 if (verify_result == VerifyResult::kVerifyNotAttempted) {
432 if (verify_result != VerifyResult::kVerifySucceeded) {
520 VerifyResult* verify_result) {
532 verify_result);
  /external/avb/libavb/
avb_slot_verify.h 138 * The |verify_result| field contains the result of
150 AvbVBMetaVerifyResult verify_result; member in struct:__anon14252
  /external/avb/libavb_ab/
avb_ab_flow.c 231 AvbSlotVerifyResult verify_result; local
234 verify_result = avb_slot_verify(ops,
240 switch (verify_result) {
270 avb_slot_verify_result_to_string(verify_result),
291 avb_slot_verify_result_to_string(verify_result),
  /art/libdexfile/dex/
dex_file_loader.cc 238 /*verify_result*/ nullptr);
263 /*verify_result*/ nullptr);
321 VerifyResult* verify_result) {
322 if (verify_result != nullptr) {
323 *verify_result = VerifyResult::kVerifyNotAttempted;
373 if (verify_result != nullptr) {
374 *verify_result = VerifyResult::kVerifyFailed;
378 if (verify_result != nullptr) {
379 *verify_result = VerifyResult::kVerifySucceeded;
411 VerifyResult verify_result; local
    [all...]
  /system/netd/server/dns/
DnsTlsSocket.cpp 259 int verify_result = SSL_get_verify_result(ssl.get()); local
260 switch (verify_result) {
267 ALOGW("Invalid certificate chain, error %d", verify_result);
  /system/core/fs_mgr/
fs_mgr_avb.cpp 501 AvbSlotVerifyResult verify_result = local
516 switch (verify_result) {
528 LERROR << "avb_slot_verify failed, result: " << verify_result; local
  /system/update_engine/payload_consumer/
delta_performer_integration_test.cc 291 int verify_result = System(base::StringPrintf( local
301 ASSERT_NE(0, verify_result);
303 ASSERT_EQ(0, verify_result);
    [all...]
  /external/boringssl/src/include/openssl/
ssl.h 4175 long verify_result; member in struct:ssl_session_st
    [all...]

Completed in 353 milliseconds