Home
last modified time | relevance | path

Searched refs:EC_GROUP_cmp (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/doc/man3/
DEC_GROUP_copy.pod12 EC_GROUP_check, EC_GROUP_check_discriminant, EC_GROUP_cmp,
55 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx);
150 EC_GROUP_cmp() compares B<a> and B<b> to determine whether they represent the same curve or not.
201 EC_GROUP_cmp() returns 0 if the curves are equal, 1 if they are not equal, or -1 on error.
/third_party/openssl/include/openssl/
Dec.h331 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx);
/third_party/openssl/crypto/ec/
Dec_ameth.c342 if (EC_GROUP_cmp(group_a, group_b, NULL)) in ec_cmp_parameters()
Dec_lib.c575 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx) in EC_GROUP_cmp() function
/third_party/openssl/test/
Dectest.c1846 || !TEST_int_eq(EC_GROUP_cmp(group, group2, NULL), 0)) in parameter_test()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h1298 #define EC_GROUP_cmp BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, EC_GROUP_cmp) macro
/third_party/openssl/util/
Dlibcrypto.num3364 EC_GROUP_cmp 3316 1_1_0 EXIST::FUNCTION:EC