Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/evp/
Devp.c138 if (a->ameth->pub_cmp) { in EVP_PKEY_cmp()
139 return a->ameth->pub_cmp(a, b); in EVP_PKEY_cmp()
Dinternal.h87 int (*pub_cmp)(const EVP_PKEY *a, const EVP_PKEY *b); member