Home
last modified time | relevance | path

Searched refs:CMP_INFO (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/apps/
H A Dcmp.c631 #define CMP_INFO(msg, a1, a2, a3) \ macro
633 #define CMP_info(msg) CMP_INFO(msg"%s%s%s", "", "", "")
634 #define CMP_info1(msg, a1) CMP_INFO(msg"%s%s", a1, "", "")
635 #define CMP_info2(msg, a1, a2) CMP_INFO(msg"%s", a1, a2, "")
636 #define CMP_info3(msg, a1, a2, a3) CMP_INFO(msg, a1, a2, a3)
/third_party/openssl/apps/
H A Dcmp.c631 #define CMP_INFO(msg, a1, a2, a3) \ macro
633 #define CMP_info(msg) CMP_INFO(msg"%s%s%s", "", "", "")
634 #define CMP_info1(msg, a1) CMP_INFO(msg"%s%s", a1, "", "")
635 #define CMP_info2(msg, a1, a2) CMP_INFO(msg"%s", a1, a2, "")
636 #define CMP_info3(msg, a1, a2, a3) CMP_INFO(msg, a1, a2, a3)

Completed in 8 milliseconds