Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/common_lib/impl/src/
H A Dstring_util.c27 #define ASCII_CASE_DIFFERENCE_VALUE 32 macro
109 (*desStr)[i] = oriStr[i] - ASCII_CASE_DIFFERENCE_VALUE; in ToUpperCase()
/ohos5.0/base/security/device_auth/services/identity_manager/inc/
H A Didentity_defines.h31 #define ASCII_CASE_DIFFERENCE_VALUE 32 macro
/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Didentity_common.c26 hex->val[i] += ASCII_CASE_DIFFERENCE_VALUE; in UpperToLowercase()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/pake_v1_task/pake_v1_protocol_task/
H A Dpake_v1_protocol_task_common.c26 #define ASCII_CASE_DIFFERENCE_VALUE 32 macro
239 hex->val[i] += ASCII_CASE_DIFFERENCE_VALUE; in UpperToLowercase()