Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/ec/
Dp256-x86_64.c395 BIGNUM *tmp_scalar = BN_CTX_get(ctx); in ecp_nistz256_points_mul() local
396 if (tmp_scalar == NULL) { in ecp_nistz256_points_mul()
400 if (!BN_nnmod(tmp_scalar, g_scalar, &group->order, ctx)) { in ecp_nistz256_points_mul()
404 g_scalar = tmp_scalar; in ecp_nistz256_points_mul()
Dp224-64.c1045 BIGNUM *x, *y, *z, *tmp_scalar; in ec_GFp_nistp224_points_mul() local
1063 (tmp_scalar = BN_CTX_get(ctx)) == NULL) { in ec_GFp_nistp224_points_mul()
1077 if (!BN_nnmod(tmp_scalar, p_scalar, &group->order, ctx)) { in ec_GFp_nistp224_points_mul()
1081 num_bytes = BN_bn2bin(tmp_scalar, tmp); in ec_GFp_nistp224_points_mul()
1118 if (!BN_nnmod(tmp_scalar, g_scalar, &group->order, ctx)) { in ec_GFp_nistp224_points_mul()
1122 num_bytes = BN_bn2bin(tmp_scalar, tmp); in ec_GFp_nistp224_points_mul()
Dp256-64.c1592 BIGNUM *x, *y, *z, *tmp_scalar; in ec_GFp_nistp256_points_mul() local
1610 (tmp_scalar = BN_CTX_get(ctx)) == NULL) { in ec_GFp_nistp256_points_mul()
1623 if (!BN_nnmod(tmp_scalar, p_scalar, &group->order, ctx)) { in ec_GFp_nistp256_points_mul()
1627 num_bytes = BN_bn2bin(tmp_scalar, tmp); in ec_GFp_nistp256_points_mul()
1664 if (!BN_nnmod(tmp_scalar, g_scalar, &group->order, ctx)) { in ec_GFp_nistp256_points_mul()
1668 num_bytes = BN_bn2bin(tmp_scalar, tmp); in ec_GFp_nistp256_points_mul()