Home
last modified time | relevance | path

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

/openssl/providers/implementations/exchange/
H A Decdh_exch.c417 size_t degree = 0; in ecdh_size() local
424 degree = EC_GROUP_get_degree(group); in ecdh_size()
426 return (degree + 7) / 8; in ecdh_size()
/openssl/doc/man3/
H A DSSL_CTX_config.pod21 simplifying application configuration code. A degree of future proofing
H A DOSSL_CMP_log_open.pod73 Even when an activity is successful some warnings may be useful and some degree
H A DEC_GROUP_copy.pod151 EC_GROUP_get_degree() gets the degree of the field.
216 EC_GROUP_get_degree() returns the degree for B<group> or 0 if the operation is not supported by the…
/openssl/test/
H A Dectest.c619 int degree; member
853 if (!TEST_int_eq(EC_GROUP_get_degree(group), test->degree) in char2_curve_test()
1213 int degree; member
1323 test->degree); in nistp_single_test()
1361 || !TEST_int_eq(EC_GROUP_get_degree(NISTP), test->degree)) in nistp_single_test()
/openssl/doc/man7/
H A DEVP_PKEY-EC.pod162 I<m> is the degree of the binary field.
/openssl/
H A DCHANGES.md17082 doing things this way a fair degree of compatibility can be

Completed in 111 milliseconds