Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_manager/frameworks/cert_manager_standard/main/os_dependency/cm_ipc/src/
H A Dcm_ipc_client_serialization.c151 int32_t notBeforeLen = GetX509NotBefore(x509cert, cInfo->notBefore, MAX_LEN_NOT_BEFORE); in GetInfoFromX509Cert() local
152 if (notBeforeLen <= 0) { in GetInfoFromX509Cert()