Searched refs:patch (Results 1 – 1 of 1) sorted by relevance
48 #define ISAL_CRYPTO_MAKE_VERSION(maj, min, patch) ((maj) * 0x10000 + (min) * 0x100 + (patch)) argument