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

/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_nistp256.c168 static BIGNUM *smallfelem_to_BN(BIGNUM *out, const smallfelem in) function
1936 if (!smallfelem_to_BN(x, x_out)) {
1948 if (!smallfelem_to_BN(y, y_out)) {
2041 if (!smallfelem_to_BN(x, g_pre_comp[0][1][0]) ||
2042 !smallfelem_to_BN(y, g_pre_comp[0][1][1]) ||
2043 !smallfelem_to_BN(z, g_pre_comp[0][1][2])) {
2184 if ((!smallfelem_to_BN(x, x_in)) || (!smallfelem_to_BN(y, y_in)) ||
2185 (!smallfelem_to_BN(z, z_in))) {

Completed in 211 milliseconds