Searched refs:EC_GROUP_cmp (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/doc/man3/ |
D | EC_GROUP_copy.pod | 12 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/ |
D | ec.h | 331 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx);
|
/third_party/openssl/crypto/ec/ |
D | ec_ameth.c | 342 if (EC_GROUP_cmp(group_a, group_b, NULL)) in ec_cmp_parameters()
|
D | ec_lib.c | 575 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx) in EC_GROUP_cmp() function
|
/third_party/openssl/test/ |
D | ectest.c | 1846 || !TEST_int_eq(EC_GROUP_cmp(group, group2, NULL), 0)) in parameter_test()
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 1298 #define EC_GROUP_cmp BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, EC_GROUP_cmp) macro
|
/third_party/openssl/util/ |
D | libcrypto.num | 3364 EC_GROUP_cmp 3316 1_1_0 EXIST::FUNCTION:EC
|