Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/evp/
Dp_ec_asn1.c376 const char *ecstr; in do_EC_KEY_print() local
439 ecstr = "Private-Key"; in do_EC_KEY_print()
441 ecstr = "Public-Key"; in do_EC_KEY_print()
443 ecstr = "ECDSA-Parameters"; in do_EC_KEY_print()
450 if (BIO_printf(bp, "%s: (%d bit)\n", ecstr, BN_num_bits(order)) <= 0) { in do_EC_KEY_print()