Searched refs:g_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 1113 OPENSSL_memset(g_secret, 0, sizeof(g_secret)); in ec_GFp_nistp224_points_mul() 1127 p224_flip_endian(g_secret, tmp, num_bytes); in ec_GFp_nistp224_points_mul() 1131 g_scalar != NULL ? g_secret : NULL, (const p224_felem(*)[3])p_pre_comp); in ec_GFp_nistp224_points_mul()
|
D | p256-64.c | 1593 felem_bytearray g_secret, p_secret; in ec_GFp_nistp256_points_mul() local 1659 OPENSSL_memset(g_secret, 0, sizeof(g_secret)); in ec_GFp_nistp256_points_mul() 1672 flip_endian(g_secret, tmp, num_bytes); in ec_GFp_nistp256_points_mul() 1676 g_scalar != NULL ? g_secret : NULL, in ec_GFp_nistp256_points_mul()
|