Searched defs:ec_key (Results 1 – 3 of 3) sorted by relevance
276 const EC_KEY *ec_key = EVP_PKEY_get0_EC_KEY(ctx->pkey); in pkey_ec_ctrl() local283 EC_KEY *ec_key = (EC_KEY *)EVP_PKEY_get0_EC_KEY(ctx->pkey); in pkey_ec_ctrl() local
29 static int eckey_param2type(int *pptype, void **ppval, const EC_KEY *ec_key) in eckey_param2type()70 const EC_KEY *ec_key = pkey->pkey.ec; in eckey_pub_encode() local164 EC_KEY ec_key = *(pkey->pkey.ec); in eckey_priv_encode() local
188 EC_KEY *EC_KEY_dup(const EC_KEY *ec_key) in EC_KEY_dup()
Completed in 10 milliseconds