Home
last modified time | relevance | path

Searched refs:felem_bytearray (Results 1 – 4 of 4) sorted by relevance

/freebsd-head/crypto/openssl/crypto/ec/
HDecp_nistp224.c87 typedef u8 felem_bytearray[28]; typedef
89 static const felem_bytearray nistp224_curve_params[5] = {
333 felem_bytearray b_out; in BN_to_felem()
352 felem_bytearray b_out; in felem_to_BN()
1125 static char get_bit(const felem_bytearray in, unsigned i) in get_bit()
1140 const felem_bytearray scalars[], in batch_mul()
1316 BN_bin2bn(nistp224_curve_params[0], sizeof(felem_bytearray), curve_p); in ossl_ec_GFp_nistp224_group_set_curve()
1317 BN_bin2bn(nistp224_curve_params[1], sizeof(felem_bytearray), curve_a); in ossl_ec_GFp_nistp224_group_set_curve()
1318 BN_bin2bn(nistp224_curve_params[2], sizeof(felem_bytearray), curve_b); in ossl_ec_GFp_nistp224_group_set_curve()
1421 felem_bytearray g_secret; in ossl_ec_GFp_nistp224_points_mul()
[all …]
HDecp_nistp521.c61 typedef u8 felem_bytearray[66]; typedef
67 static const felem_bytearray nistp521_curve_params[5] = {
177 felem_bytearray b_out; in BN_to_felem()
196 felem_bytearray b_out; in felem_to_BN()
1568 static char get_bit(const felem_bytearray in, int i) in get_bit()
1583 const felem_bytearray scalars[], in batch_mul()
1820 BN_bin2bn(nistp521_curve_params[0], sizeof(felem_bytearray), curve_p); in ossl_ec_GFp_nistp521_group_set_curve()
1821 BN_bin2bn(nistp521_curve_params[1], sizeof(felem_bytearray), curve_a); in ossl_ec_GFp_nistp521_group_set_curve()
1822 BN_bin2bn(nistp521_curve_params[2], sizeof(felem_bytearray), curve_b); in ossl_ec_GFp_nistp521_group_set_curve()
1925 felem_bytearray g_secret; in ossl_ec_GFp_nistp521_points_mul()
[all …]
HDecp_nistp256.c63 typedef u8 felem_bytearray[32]; typedef
69 static const felem_bytearray nistp256_curve_params[5] = {
152 felem_bytearray b_out; in BN_to_felem()
171 felem_bytearray b_out; in smallfelem_to_BN()
1658 static char get_bit(const felem_bytearray in, int i) in get_bit()
1673 const felem_bytearray scalars[], in batch_mul()
1927 BN_bin2bn(nistp256_curve_params[0], sizeof(felem_bytearray), curve_p); in ossl_ec_GFp_nistp256_group_set_curve()
1928 BN_bin2bn(nistp256_curve_params[1], sizeof(felem_bytearray), curve_a); in ossl_ec_GFp_nistp256_group_set_curve()
1929 BN_bin2bn(nistp256_curve_params[2], sizeof(felem_bytearray), curve_b); in ossl_ec_GFp_nistp256_group_set_curve()
2032 felem_bytearray g_secret; in ossl_ec_GFp_nistp256_points_mul()
[all …]
/freebsd-head/crypto/openssl/util/
HDindent.pro622 -T felem_bytearray