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

  /external/avb/libavb/
avb_slot_verify.h 138 * The |verify_result| field contains the result of
150 AvbVBMetaVerifyResult verify_result; member in struct:__anon14252
avb_slot_verify.c 776 vbmeta_image_data->verify_result = vbmeta_ret;
    [all...]
  /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...]
dex_file_loader.h 175 VerifyResult* verify_result);
  /external/autotest/client/cros/
pkcs11.py 124 verify_result = True
128 verify_result = False
134 verify_result = False
135 return verify_result
  /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/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);
art_dex_file_loader.h 135 VerifyResult* verify_result);
  /external/boringssl/src/ssl/
handshake.cc 324 hs->new_session->verify_result = prev_session->verify_result;
334 hs->new_session->verify_result = X509_V_OK;
342 hs->new_session->verify_result = X509_V_ERR_APPLICATION_VERIFICATION;
ssl_asn1.cc 245 if (in->verify_result != X509_V_OK) {
247 !CBB_add_asn1_uint64(&child, in->verify_result)) {
605 !SSL_SESSION_parse_long(&session, &ret->verify_result, kVerifyResultTag,
ssl_session.cc 178 session->verify_result = X509_V_ERR_INVALID_CALL;
229 new_session->verify_result = session->verify_result;
418 session->verify_result = X509_V_ERR_INVALID_CALL;
    [all...]
handshake_server.cc 655 hs->new_session->verify_result = X509_V_OK;
    [all...]
ssl_x509.cc 403 session->verify_result = ctx->error;
705 return session->verify_result;
    [all...]
tls13_both.cc 266 hs->new_session->verify_result = X509_V_OK;
tls13_server.cc 788 hs->new_session->verify_result = X509_V_OK;
    [all...]
  /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/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/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...]
  /external/boringssl/src/ssl/test/runner/
runner.go     [all...]

Completed in 718 milliseconds