Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/ec/
H A Deck_prn.c123 int tmp_nid = EC_GROUP_get_field_type(x); in ECPKParameters_print() local
125 if (tmp_nid == NID_X9_62_characteristic_two_field) in ECPKParameters_print()
164 if (BIO_printf(bp, "Field Type: %s\n", OBJ_nid2sn(tmp_nid)) in ECPKParameters_print()
/src/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c253 int ret = 0, tmp_nid; in ec_param_explicit_to_text() local
264 tmp_nid = EC_GROUP_get_field_type(group); in ec_param_explicit_to_text()
275 if (BIO_printf(out, "Field Type: %s\n", OBJ_nid2sn(tmp_nid)) <= 0 in ec_param_explicit_to_text()