Home
last modified time | relevance | path

Searched refs:ASYNC_TYPE_PROMISE (Results 1 – 7 of 7) sorted by relevance

/base/security/certificate_framework/frameworks/js/napi/certificate/inc/
Dnapi_cert_defines.h59 ASYNC_TYPE_PROMISE = 2 enumerator
/base/security/certificate_framework/frameworks/js/napi/certificate/src/
Dnapi_x509_crl.cpp337 if (context->asyncType == ASYNC_TYPE_PROMISE) { in GetEncoded()
383 if (context->asyncType == ASYNC_TYPE_PROMISE) { in Verify()
588 if (context->asyncType == ASYNC_TYPE_PROMISE) { in GetRevokedCertificates()
997 if (context->asyncType == ASYNC_TYPE_PROMISE) { in NapiCreateX509Crl()
Dnapi_cert_chain_validator.cpp174 if (context->asyncType == ASYNC_TYPE_PROMISE) { in Validate()
Dnapi_cert_extension.cpp188 if (context->async->asyncType == ASYNC_TYPE_PROMISE) { in CreateCertExtsAsyncWork()
Dnapi_cert_utils.cpp493 return ASYNC_TYPE_PROMISE; in GetAsyncType()
501 return ASYNC_TYPE_PROMISE; in GetAsyncType()
Dnapi_x509_crl_entry.cpp196 if (context->asyncType == ASYNC_TYPE_PROMISE) { in GetEncoded()
Dnapi_x509_certificate.cpp235 if (context->asyncType == ASYNC_TYPE_PROMISE) { in Verify()
272 if (context->asyncType == ASYNC_TYPE_PROMISE) { in GetEncoded()
1027 if (context->asyncType == ASYNC_TYPE_PROMISE) { in NapiCreateX509Cert()