Home
last modified time | relevance | path

Searched refs:basis_type (Results 1 – 2 of 2) sorted by relevance

/src/crypto/openssl/crypto/ec/
H A Deck_prn.c170 int basis_type = EC_GROUP_get_basis_type(x); in ECPKParameters_print() local
171 if (basis_type == 0) in ECPKParameters_print()
178 OBJ_nid2sn(basis_type)) in ECPKParameters_print()
/src/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c197 int basis_type = EC_GROUP_get_basis_type(group); in ec_param_explicit_curve_to_text() local
200 if (basis_type == NID_undef in ec_param_explicit_curve_to_text()
201 || BIO_printf(out, "Basis Type: %s\n", OBJ_nid2sn(basis_type)) <= 0) in ec_param_explicit_curve_to_text()