Home
last modified time | relevance | path

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

/third_party/openssl/ohos_lite/include/internal/
Dcryptlib.h76 # define HEX_SIZE(type) (sizeof(type)*2) macro
/third_party/openssl/include/internal/
Dcryptlib.h86 # define HEX_SIZE(type) (sizeof(type)*2) macro
/third_party/openssl/crypto/asn1/
Da_strex.c71 char tmphex[HEX_SIZE(long) + 3]; in do_esc_char()