Home
last modified time | relevance | path

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

/third_party/openssl/crypto/asn1/
Dameth_lib.c255 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()
/third_party/openssl/include/crypto/
Dasn1.h22 int (*pub_cmp) (const EVP_PKEY *a, const EVP_PKEY *b); member
/third_party/openssl/doc/man3/
DEVP_PKEY_ASN1_METHOD.pod49 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
/third_party/openssl/crypto/evp/
Dp_lib.c133 if (a->ameth->pub_cmp) in EVP_PKEY_cmp()
134 return a->ameth->pub_cmp(a, b); in EVP_PKEY_cmp()
/third_party/openssl/include/openssl/
Devp.h1169 int (*pub_cmp) (const EVP_PKEY *a,