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

/external/chromium_org/third_party/boringssl/src/crypto/evp/
H A Dp_ec_asn1.c389 const char *ecstr; local
451 ecstr = "Private-Key";
453 ecstr = "Public-Key";
455 ecstr = "ECDSA-Parameters";
463 if (BIO_printf(bp, "%s: (%d bit)\n", ecstr, BN_num_bits(order)) <= 0)
/external/openssl/crypto/ec/
H A Dec_ameth.c431 const char *ecstr; local
487 ecstr = "Private-Key";
489 ecstr = "Public-Key";
491 ecstr = "ECDSA-Parameters";
499 if (BIO_printf(bp, "%s: (%d bit)\n", ecstr,

Completed in 986 milliseconds