Home
last modified time | relevance | path

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

/third_party/openssl/crypto/ec/
Deck_prn.c171 int basis_type = EC_GROUP_get_basis_type(x); in ECPKParameters_print() local
172 if (basis_type == 0) in ECPKParameters_print()
179 OBJ_nid2sn(basis_type)) <= 0) in ECPKParameters_print()
/third_party/node/deps/openssl/openssl/crypto/ec/
Deck_prn.c171 int basis_type = EC_GROUP_get_basis_type(x); in ECPKParameters_print() local
172 if (basis_type == 0) in ECPKParameters_print()
179 OBJ_nid2sn(basis_type)) <= 0) in ECPKParameters_print()
/third_party/openssl/providers/implementations/encode_decode/
Dencode_key2text.c375 int basis_type = EC_GROUP_get_basis_type(group); in ec_param_explicit_curve_to_text() local
378 if (basis_type == NID_undef in ec_param_explicit_curve_to_text()
379 || BIO_printf(out, "Basis Type: %s\n", OBJ_nid2sn(basis_type)) <= 0) in ec_param_explicit_curve_to_text()
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
Dencode_key2text.c375 int basis_type = EC_GROUP_get_basis_type(group); in ec_param_explicit_curve_to_text() local
378 if (basis_type == NID_undef in ec_param_explicit_curve_to_text()
379 || BIO_printf(out, "Basis Type: %s\n", OBJ_nid2sn(basis_type)) <= 0) in ec_param_explicit_curve_to_text()