Searched refs:p_secret (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/ec/ |
D | p224-64.c | 1046 p224_felem_bytearray g_secret, p_secret; in ec_GFp_nistp224_points_mul() local 1070 OPENSSL_memset(&p_secret, 0, sizeof(p_secret)); in ec_GFp_nistp224_points_mul() 1086 p224_flip_endian(p_secret, tmp, num_bytes); in ec_GFp_nistp224_points_mul() 1130 x_out, y_out, z_out, (p != NULL && p_scalar != NULL) ? p_secret : NULL, in ec_GFp_nistp224_points_mul()
|
D | p256-64.c | 1593 felem_bytearray g_secret, p_secret; in ec_GFp_nistp256_points_mul() local 1617 OPENSSL_memset(&p_secret, 0, sizeof(p_secret)); in ec_GFp_nistp256_points_mul() 1631 flip_endian(p_secret, tmp, num_bytes); in ec_GFp_nistp256_points_mul() 1675 (p != NULL && p_scalar != NULL) ? p_secret : NULL, in ec_GFp_nistp256_points_mul()
|