Searched refs:ec1 (Results 1 – 1 of 1) sorted by relevance
323 const EC_KEY *ec1 = keydata1; in ec_match() local325 const EC_GROUP *group_a = EC_KEY_get0_group(ec1); in ec_match()333 ctx = BN_CTX_new_ex(ossl_ec_key_get_libctx(ec1)); in ec_match()341 const BIGNUM *pa = EC_KEY_get0_private_key(ec1); in ec_match()347 const EC_POINT *pa = EC_KEY_get0_public_key(ec1); in ec_match()
Completed in 7 milliseconds