Searched refs:pub_cmp (Results 1 – 5 of 5) sorted by relevance
255 dst->pub_cmp = src->pub_cmp; in EVP_PKEY_asn1_copy()301 int (*pub_cmp) (const EVP_PKEY *a, in EVP_PKEY_asn1_set_public()311 ameth->pub_cmp = pub_cmp; in EVP_PKEY_asn1_set_public()
22 int (*pub_cmp) (const EVP_PKEY *a, const EVP_PKEY *b); member
49 int (*pub_cmp) (const EVP_PKEY *a,161 int (*pub_cmp) (const EVP_PKEY *a, const EVP_PKEY *b);170 The pub_cmp() method is called when two public keys are to be
133 if (a->ameth->pub_cmp) in EVP_PKEY_cmp()134 return a->ameth->pub_cmp(a, b); in EVP_PKEY_cmp()
1169 int (*pub_cmp) (const EVP_PKEY *a,