Searched refs:tmp_scalar (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/ec/ |
D | p256-64.c | 1724 BIGNUM *x, *y, *z, *tmp_scalar; in ec_GFp_nistp256_points_mul() local 1751 (tmp_scalar = BN_CTX_get(ctx)) == NULL) { in ec_GFp_nistp256_points_mul() 1820 if (!BN_nnmod(tmp_scalar, p_scalar, &group->order, ctx)) { in ec_GFp_nistp256_points_mul() 1824 num_bytes = BN_bn2bin(tmp_scalar, tmp); in ec_GFp_nistp256_points_mul() 1865 if (!BN_nnmod(tmp_scalar, scalar, &group->order, ctx)) { in ec_GFp_nistp256_points_mul() 1869 num_bytes = BN_bn2bin(tmp_scalar, tmp); in ec_GFp_nistp256_points_mul()
|