Home
last modified time | relevance | path

Searched refs:lastUpdate (Results 1 – 12 of 12) sorted by relevance

/external/openssl/crypto/x509/
Dx509cset.c89 in=x->crl->lastUpdate; in X509_CRL_set_lastUpdate()
95 M_ASN1_TIME_free(x->crl->lastUpdate); in X509_CRL_set_lastUpdate()
96 x->crl->lastUpdate=in; in X509_CRL_set_lastUpdate()
Dx509.h454 ASN1_TIME *lastUpdate; member
622 #define X509_CRL_get_lastUpdate(x) ((x)->crl->lastUpdate)
/external/chromium_org/third_party/boringssl/src/crypto/x509/
Dx509cset.c84 in=x->crl->lastUpdate; in X509_CRL_set_lastUpdate()
90 M_ASN1_TIME_free(x->crl->lastUpdate); in X509_CRL_set_lastUpdate()
91 x->crl->lastUpdate=in; in X509_CRL_set_lastUpdate()
Dx_crl.c120 ASN1_SIMPLE(X509_CRL_INFO, lastUpdate, ASN1_TIME),
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c80 bweStr->lastUpdate = 0; in WebRtcIsacfix_InitBandwidthEstimator()
226 bweStr->lastUpdate = arrivalTime; in WebRtcIsacfix_UpdateUplinkBwImpl()
265 if ((arrivalTime - bweStr->lastUpdate) > FS3) { in WebRtcIsacfix_UpdateUplinkBwImpl()
268 numPktsExpected = (arrivalTime - bweStr->lastUpdate) / frameSizeSampl; in WebRtcIsacfix_UpdateUplinkBwImpl()
309 bweStr->lastUpdate = arrivalTime; in WebRtcIsacfix_UpdateUplinkBwImpl()
315 bweStr->lastUpdate = arrivalTime; in WebRtcIsacfix_UpdateUplinkBwImpl()
412 bweStr->lastUpdate = arrivalTime; in WebRtcIsacfix_UpdateUplinkBwImpl()
482 bweStr->lastUpdate = arrivalTime; in WebRtcIsacfix_UpdateUplinkBwImpl()
Dstructs.h199 …uint32_t lastUpdate; /* Time since the last update of the Bottle Neck estimate (in samp… member
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c80 bweStr->lastUpdate = 0; in WebRtcIsacfix_InitBandwidthEstimator()
226 bweStr->lastUpdate = arrivalTime; in WebRtcIsacfix_UpdateUplinkBwImpl()
265 if ((arrivalTime - bweStr->lastUpdate) > FS3) { in WebRtcIsacfix_UpdateUplinkBwImpl()
268 numPktsExpected = WEBRTC_SPL_UDIV(arrivalTime - bweStr->lastUpdate, frameSizeSampl); in WebRtcIsacfix_UpdateUplinkBwImpl()
309 bweStr->lastUpdate = arrivalTime; in WebRtcIsacfix_UpdateUplinkBwImpl()
315 bweStr->lastUpdate = arrivalTime; in WebRtcIsacfix_UpdateUplinkBwImpl()
412 bweStr->lastUpdate = arrivalTime; in WebRtcIsacfix_UpdateUplinkBwImpl()
483 bweStr->lastUpdate = arrivalTime; in WebRtcIsacfix_UpdateUplinkBwImpl()
Dstructs.h198 …WebRtc_UWord32 lastUpdate; /* Time since the last update of the Bottle Neck estimate (i… member
/external/openssl/crypto/asn1/
Dx_crl.c116 ASN1_SIMPLE(X509_CRL_INFO, lastUpdate, ASN1_TIME),
/external/openssl/include/openssl/
Dx509.h454 ASN1_TIME *lastUpdate; member
622 #define X509_CRL_get_lastUpdate(x) ((x)->crl->lastUpdate)
/external/chromium_org/third_party/boringssl/src/include/openssl/
Dx509.h410 ASN1_TIME *lastUpdate; member
576 #define X509_CRL_get_lastUpdate(x) ((x)->crl->lastUpdate)
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp5542 ASN1_TIME* lastUpdate = X509_CRL_get_lastUpdate(crl); in NativeCrypto_X509_CRL_get_lastUpdate() local
5543 JNI_TRACE("X509_CRL_get_lastUpdate(%p) => %p", crl, lastUpdate); in NativeCrypto_X509_CRL_get_lastUpdate()
5544 return reinterpret_cast<uintptr_t>(lastUpdate); in NativeCrypto_X509_CRL_get_lastUpdate()