Home
last modified time | relevance | path

Searched defs:encodedLen (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/tee/tee_client/services/authentication/
H A Dtee_auth_system.cpp33 size_t encodedLen = encodedStr.length(); in Base64Decode() local
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_uri.c276 int32_t CertManagerUriEncode(char *encoded, uint32_t *encodedLen, const struct CMUri *uri) in CertManagerUriEncode()