Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/asn1/
H A Dameth_lib.c287 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()
/freebsd/crypto/openssl/include/crypto/
H A Dasn1.h31 int (*pub_cmp) (const EVP_PKEY *a, const EVP_PKEY *b); member
/freebsd/crypto/openssl/doc/man3/
H A 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
/freebsd/crypto/openssl/crypto/evp/
H A Dp_lib.c366 if (a->ameth->pub_cmp != NULL) in EVP_PKEY_eq()
367 return a->ameth->pub_cmp(a, b); in EVP_PKEY_eq()
/freebsd/crypto/openssl/include/openssl/
H A Devp.h1585 int (*pub_cmp) (const EVP_PKEY *a,