Searched refs:ecp_nistz256_set_words (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Decp_nistz256.c225 static int ecp_nistz256_set_words(BIGNUM *a, BN_ULONG words[P256_LIMBS]) function
1329 if (!ecp_nistz256_set_words(&r->X, p.p.X) ||
1330 !ecp_nistz256_set_words(&r->Y, p.p.Y) ||
1331 !ecp_nistz256_set_words(&r->Z, p.p.Z)) {
1378 if (!ecp_nistz256_set_words(x, x_ret))
1386 if (!ecp_nistz256_set_words(y, y_ret))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Decp_nistz256.c225 static int ecp_nistz256_set_words(BIGNUM *a, BN_ULONG words[P256_LIMBS]) function
1329 if (!ecp_nistz256_set_words(&r->X, p.p.X) ||
1330 !ecp_nistz256_set_words(&r->Y, p.p.Y) ||
1331 !ecp_nistz256_set_words(&r->Z, p.p.Z)) {
1378 if (!ecp_nistz256_set_words(x, x_ret))
1386 if (!ecp_nistz256_set_words(y, y_ret))

Completed in 56 milliseconds