Searched refs:EncodeECPrivateKey (Results 1 – 1 of 1) sorted by relevance
80 static bool EncodeECPrivateKey(std::vector<uint8_t> *out, EC_KEY *key) { in EncodeECPrivateKey() function97 if (!EncodeECPrivateKey(&out, key.get())) { in Testd2i_ECPrivateKey()149 if (!key || !EncodeECPrivateKey(&out, key.get())) { in TestZeroPadding()162 if (!key || !EncodeECPrivateKey(&out, key.get())) { in TestZeroPadding()