Searched defs:pubeckey (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dopensslecdsa_link.c512 EC_KEY *pubeckey = NULL; local
520 pubeckey = EVP_PKEY_get1_EC_KEY(pkey);
521 if (pubeckey == NULL)
523 pubkey = EC_KEY_get0_public_key(pubeckey);
532 if (pubeckey != NULL)
533 EC_KEY_free(pubeckey);

Completed in 11 milliseconds