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

/freebsd-10-stable/crypto/openssl/crypto/ec/
H A Decp_nistp256.c181 static BIGNUM *smallfelem_to_BN(BIGNUM *out, const smallfelem in) function
1948 if (!smallfelem_to_BN(x, x_out)) {
1960 if (!smallfelem_to_BN(y, y_out)) {
2054 if (!smallfelem_to_BN(x, g_pre_comp[0][1][0]) ||
2055 !smallfelem_to_BN(y, g_pre_comp[0][1][1]) ||
2056 !smallfelem_to_BN(z, g_pre_comp[0][1][2])) {
2192 if ((!smallfelem_to_BN(x, x_in)) || (!smallfelem_to_BN(y, y_in)) ||
2193 (!smallfelem_to_BN(z, z_in))) {

Completed in 103 milliseconds