Searched refs:pub_cmp (Results 1 – 5 of 5) sorted by relevance
287 int (*pub_cmp) (const EVP_PKEY *a, in EVP_PKEY_asn1_set_public()297 ameth->pub_cmp = pub_cmp; in EVP_PKEY_asn1_set_public()
31 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
366 if (a->ameth->pub_cmp != NULL) in EVP_PKEY_eq() 367 return a->ameth->pub_cmp(a, b); in EVP_PKEY_eq()
1585 int (*pub_cmp) (const EVP_PKEY *a,