Home
last modified time | relevance | path

Searched refs:set_public (Results 1 – 4 of 4) sorted by relevance

/openssl/crypto/ec/
H A Dec_kmeth.c202 int (*set_public)(EC_KEY *key, in EC_KEY_METHOD_set_init()
210 meth->set_public = set_public; in EC_KEY_METHOD_set_init()
283 *pset_public = meth->set_public; in EC_KEY_METHOD_get_init()
H A Dec_key.c892 if (key->meth->set_public != NULL in EC_KEY_set_public_key()
893 && key->meth->set_public(key, pub_key) == 0) in EC_KEY_set_public_key()
H A Dec_local.h674 int (*set_public)(EC_KEY *key, const EC_POINT *pub_key); member
/openssl/include/openssl/
H A Dec.h1489 int (*set_public)(EC_KEY *key, const EC_POINT *pub_key));

Completed in 17 milliseconds