Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Drsaz_exp.c58 unsigned char *table_s = p_str + 320 * 3;
65 result = p_str;
66 a_inv = p_str + 320;
70 result = p_str + 320;
71 a_inv = p_str + 320 * 2;
203 p_str = (unsigned char *)exponent;
204 wvalue = p_str[127] >> 3;
213 wvalue = (p_str[(index / 8) + 1] << 8) | p_str[index / 8];
224 wvalue = p_str[0] & 15;
291 wvalue = p_str[63];
[all …]
/openssl/crypto/ec/
H A Decp_nistz256.c616 unsigned char (*p_str)[33] = NULL; in ecp_nistz256_windowed_mul() local
628 || (p_str = in ecp_nistz256_windowed_mul()
669 p_str[i][j] = 0; in ecp_nistz256_windowed_mul()
719 wvalue = p_str[0][(idx - 1) / 8]; in ecp_nistz256_windowed_mul()
733 wvalue = p_str[i][off] | p_str[i][off + 1] << 8; in ecp_nistz256_windowed_mul()
757 wvalue = p_str[i][0]; in ecp_nistz256_windowed_mul()
773 OPENSSL_free(p_str); in ecp_nistz256_windowed_mul()
947 unsigned char p_str[33] = { 0 }; in ecp_nistz256_points_mul() local
1045 p_str[i] = 0; in ecp_nistz256_points_mul()
1048 wvalue = (p_str[0] << 1) & mask; in ecp_nistz256_points_mul()
[all …]
/openssl/providers/implementations/rands/
H A Ddrbg.c197 unsigned int p_str; in get_entropy() local
211 if (!get_parent_strength(drbg, &p_str)) in get_entropy()
213 if (drbg->strength > p_str) { in get_entropy()
797 unsigned int p_str; in ossl_rand_drbg_new() local
845 if (!get_parent_strength(drbg, &p_str)) in ossl_rand_drbg_new()
847 if (drbg->strength > p_str) { in ossl_rand_drbg_new()

Completed in 14 milliseconds