Home
last modified time | relevance | path

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

/openssl/providers/implementations/exchange/
H A Decdh_exch.c460 size_t degree = 0; in ecdh_size() local
467 degree = EC_GROUP_get_degree(group); in ecdh_size()
469 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.pod180 I<m> is the degree of the binary field.
/openssl/doc/designs/quic-design/
H A Dconnection-state-machine.md490 degree of commonality between many states. This has been modelled above using
/openssl/
H A DCHANGES.md18560 doing things this way a fair degree of compatibility can be

Completed in 127 milliseconds