Searched refs:pub_cmp (Results 1 – 2 of 2) sorted by relevance
138 if (a->ameth->pub_cmp) { in EVP_PKEY_cmp()139 return a->ameth->pub_cmp(a, b); in EVP_PKEY_cmp()
87 int (*pub_cmp)(const EVP_PKEY *a, const EVP_PKEY *b); member