Searched refs:CMP_INFO (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssl/apps/ |
| H A D | cmp.c | 800 #define CMP_INFO(msg, a1, a2, a3) \ macro 802 #define CMP_info(msg) CMP_INFO(msg "%s%s%s", "", "", "") 803 #define CMP_info1(msg, a1) CMP_INFO(msg "%s%s", a1, "", "") 804 #define CMP_info2(msg, a1, a2) CMP_INFO(msg "%s", a1, a2, "") 805 #define CMP_info3(msg, a1, a2, a3) CMP_INFO(msg, a1, a2, a3)
|