Searched refs:verify_result (Results 1 - 13 of 13) sorted by relevance

/external/avb/libavb/
H A Davb_slot_verify.h138 * The |verify_result| field contains the result of
150 AvbVBMetaVerifyResult verify_result; member in struct:__anon875
H A Davb_slot_verify.c776 vbmeta_image_data->verify_result = vbmeta_ret;
/external/autotest/client/cros/
H A Dpkcs11.py124 verify_result = True
128 verify_result = False
134 verify_result = False
135 return verify_result
/external/avb/libavb_ab/
H A Davb_ab_flow.c231 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),
/external/boringssl/src/ssl/
H A Dhandshake.cc324 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;
H A Dssl_asn1.cc245 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,
H A Dssl_session.cc178 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;
H A Dhandshake_server.cc655 hs->new_session->verify_result = X509_V_OK;
975 hs->new_session->verify_result = X509_V_OK;
1031 hs->new_session->verify_result = X509_V_OK;
H A Dssl_x509.cc403 session->verify_result = ctx->error;
705 return session->verify_result;
H A Dtls13_both.cc266 hs->new_session->verify_result = X509_V_OK;
H A Dtls13_server.cc788 hs->new_session->verify_result = X509_V_OK;
/external/boringssl/include/openssl/
H A Dssl.h4173 // verify_result is the result of certificate verification in the case of
4175 long verify_result; member in struct:ssl_session_st
/external/boringssl/src/include/openssl/
H A Dssl.h4173 // verify_result is the result of certificate verification in the case of
4175 long verify_result; member in struct:ssl_session_st

Completed in 242 milliseconds