Searched refs:EC_GROUP_cmp (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/evp/
H A Dp_lib.c245 if (EC_GROUP_cmp(group_a, group_b, NULL))
/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Dec.h182 /* EC_GROUP_cmp() returns 0 if both groups are equal and 1 otherwise */
183 int EC_GROUP_cmp(const EC_GROUP *, const EC_GROUP *, BN_CTX *);
H A Dec_lib.c445 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx) function
/freebsd-9.3-release/crypto/openssh/
H A Dkey.c325 if (EC_GROUP_cmp(EC_KEY_get0_group(a->ecdsa),
1216 if (EC_GROUP_cmp(g, eg, bnctx) == 0)

Completed in 63 milliseconds