Home
last modified time | relevance | path

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

/src/crypto/openssl/include/internal/
H A Dcommon.h102 #define HEX_SIZE(type) (sizeof(type) * 2) macro
/src/crypto/openssl/crypto/asn1/
H A Da_strex.c68 char tmphex[HEX_SIZE(long) + 3]; in do_esc_char()