Home
last modified time | relevance | path

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

/openssl-master/crypto/bn/
A Drsaz_exp.c65 unsigned char *table_s = p_str + 320 * 3;
71 result = p_str;
72 a_inv = p_str + 320;
76 result = p_str + 320;
77 a_inv = p_str + 320 * 2;
209 p_str = (unsigned char *)exponent;
210 wvalue = p_str[127] >> 3;
219 wvalue = (p_str[(index / 8) + 1] << 8) | p_str[index / 8];
230 wvalue = p_str[0] & 15;
293 wvalue = p_str[63];
[all …]
/openssl-master/crypto/ec/
A Decp_nistz256.c625 unsigned char (*p_str)[33] = NULL; in ecp_nistz256_windowed_mul() local
637 || (p_str = in ecp_nistz256_windowed_mul()
680 p_str[i][j] = 0; in ecp_nistz256_windowed_mul()
730 wvalue = p_str[0][(idx - 1) / 8]; in ecp_nistz256_windowed_mul()
744 wvalue = p_str[i][off] | p_str[i][off + 1] << 8; in ecp_nistz256_windowed_mul()
768 wvalue = p_str[i][0]; in ecp_nistz256_windowed_mul()
784 OPENSSL_free(p_str); in ecp_nistz256_windowed_mul()
960 unsigned char p_str[33] = { 0 }; in ecp_nistz256_points_mul() local
1057 p_str[i] = 0; in ecp_nistz256_points_mul()
1060 wvalue = (p_str[0] << 1) & mask; in ecp_nistz256_points_mul()
[all …]
/openssl-master/providers/implementations/rands/
A Ddrbg.c199 unsigned int p_str; in get_entropy() local
214 if (!get_parent_strength(drbg, &p_str)) in get_entropy()
216 if (drbg->strength > p_str) { in get_entropy()
779 unsigned int p_str; in ossl_rand_drbg_new() local
829 if (!get_parent_strength(drbg, &p_str)) in ossl_rand_drbg_new()
831 if (drbg->strength > p_str) { in ossl_rand_drbg_new()

Completed in 7 milliseconds