Searched refs:i2o_ECPublicKey (Results 1 – 7 of 7) sorted by relevance
337 OPENSSL_EXPORT int i2o_ECPublicKey(const EC_KEY *key, unsigned char **outp);
341 return i2o_ECPublicKey(key->pkey.ec, outp); in i2d_PublicKey()
523 int i2o_ECPublicKey(const EC_KEY *key, uint8_t **outp) { in i2o_ECPublicKey() function
1888 i2o_ECPublicKey
3440 '#define i2o_ECPublicKey GRPC_SHADOW_i2o_ECPublicKey',
1916 #define i2o_ECPublicKey GRPC_SHADOW_i2o_ECPublicKey macro
423 len = i2o_ECPublicKey(eckey, NULL); in dpp_get_pubkey_point()438 res = i2o_ECPublicKey(eckey, &pos); in dpp_get_pubkey_point()