Searched refs:tmp_nid (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | eck_prn.c | 123 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() 165 if (BIO_printf(bp, "Field Type: %s\n", OBJ_nid2sn(tmp_nid)) in ECPKParameters_print()
|
/third_party/openssl/crypto/ec/ |
H A D | eck_prn.c | 123 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() 165 if (BIO_printf(bp, "Field Type: %s\n", OBJ_nid2sn(tmp_nid)) in ECPKParameters_print()
|
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2text.c | 431 int ret = 0, tmp_nid; in ec_param_explicit_to_text() local 442 tmp_nid = EC_GROUP_get_field_type(group); in ec_param_explicit_to_text() 453 if (BIO_printf(out, "Field Type: %s\n", OBJ_nid2sn(tmp_nid)) <= 0 in ec_param_explicit_to_text()
|
/third_party/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2text.c | 431 int ret = 0, tmp_nid; in ec_param_explicit_to_text() local 442 tmp_nid = EC_GROUP_get_field_type(group); in ec_param_explicit_to_text() 453 if (BIO_printf(out, "Field Type: %s\n", OBJ_nid2sn(tmp_nid)) <= 0 in ec_param_explicit_to_text()
|
Completed in 4 milliseconds