Home
last modified time | relevance | path

Searched refs:EC_GROUP_copy (Results 1 – 14 of 14) sorted by relevance

/third_party/openssl/doc/man3/
DEC_KEY_get_enc_flags.pod19 described by the point_conversion_form. See L<EC_GROUP_copy(3)>
44 L<EC_GROUP_copy(3)>, L<EC_POINT_new(3)>,
DECPKParameters_print.pod31 L<crypto(7)>, L<EC_GROUP_new(3)>, L<EC_GROUP_copy(3)>,
DEC_GROUP_copy.pod6 EC_GROUP_copy, EC_GROUP_dup, EC_GROUP_method_of, EC_GROUP_set_generator,
21 int EC_GROUP_copy(EC_GROUP *dst, const EC_GROUP *src);
64 EC_GROUP_copy() copies the curve B<src> into B<dst>. Both B<src> and B<dst> must use the same EC_ME…
169 The following functions return 1 on success or 0 on error: EC_GROUP_copy(), EC_GROUP_set_generator(…
DEC_POINT_add.pod54 …ompute_mult tests whether precomputation has already been done. See L<EC_GROUP_copy(3)> for inform…
73 L<crypto(7)>, L<EC_GROUP_new(3)>, L<EC_GROUP_copy(3)>,
DEC_GFp_simple_method.pod55 L<crypto(7)>, L<EC_GROUP_new(3)>, L<EC_GROUP_copy(3)>,
DEC_KEY_new.pod120 (if set). Refer to L<EC_GROUP_copy(3)> for further information on the
180 L<EC_GROUP_copy(3)>, L<EC_POINT_new(3)>,
DEC_GROUP_new.pod149 L<crypto(7)>, L<EC_GROUP_copy(3)>,
DEC_POINT_new.pod240 L<crypto(7)>, L<EC_GROUP_new(3)>, L<EC_GROUP_copy(3)>,
/third_party/openssl/test/
Dectest.c174 || !TEST_true(EC_GROUP_copy(tmp, group))) in prime_field_tests()
323 || !TEST_true(EC_GROUP_copy(P_160, group)) in prime_field_tests()
362 || !TEST_true(EC_GROUP_copy(P_192, group)) in prime_field_tests()
401 || !TEST_true(EC_GROUP_copy(P_224, group)) in prime_field_tests()
441 || !TEST_true(EC_GROUP_copy(P_256, group)) in prime_field_tests()
487 || !TEST_true(EC_GROUP_copy(P_384, group)) in prime_field_tests()
543 || !TEST_true(EC_GROUP_copy(P_521, group)) in prime_field_tests()
882 || !TEST_true(EC_GROUP_copy(variable, group))) in char2_curve_test()
989 || !TEST_true(EC_GROUP_copy(tmp, group))) in char2_field_tests()
/third_party/openssl/crypto/ec/
Dec_lib.c130 int EC_GROUP_copy(EC_GROUP *dest, const EC_GROUP *src) in EC_GROUP_copy() function
244 if (!EC_GROUP_copy(t, a)) in EC_GROUP_dup()
Dec_key.c99 if (!EC_GROUP_copy(dest->group, src->group)) in EC_KEY_copy()
/third_party/openssl/include/openssl/
Dec.h124 int EC_GROUP_copy(EC_GROUP *dst, const EC_GROUP *src);
/third_party/openssl/crypto/err/
Dopenssl.txt579 EC_F_EC_GROUP_COPY:106:EC_GROUP_copy
/third_party/openssl/util/
Dlibcrypto.num842 EC_GROUP_copy 840 1_1_0 EXIST::FUNCTION:EC