Home
last modified time | relevance | path

Searched refs:ECC_POINT_INIT (Results 1 – 3 of 3) sorted by relevance

/crypto/
Decc.h49 #define ECC_POINT_INIT(x, y, ndigits) (struct ecc_point) { x, y, ndigits } macro
Decrdsa.c84 struct ecc_point cc = ECC_POINT_INIT(s, e, ndigits); /* reuse s, e */ in ecrdsa_verify()
240 ctx->pub_key = ECC_POINT_INIT(ctx->_pubp[0], ctx->_pubp[1], ndigits); in ecrdsa_set_pub_key()
Decc.c1239 struct ecc_point sum = ECC_POINT_INIT(sump[0], sump[1], ndigits); in ecc_point_mult_shamir()