Symbol: p_str
crypto/openssl/crypto/bn/rsaz_exp.c
203
p_str = (unsigned char *)exponent;
crypto/openssl/crypto/bn/rsaz_exp.c
204
wvalue = p_str[127] >> 3;
crypto/openssl/crypto/bn/rsaz_exp.c
213
wvalue = (p_str[(index / 8) + 1] << 8) | p_str[index / 8];
crypto/openssl/crypto/bn/rsaz_exp.c
224
wvalue = p_str[0] & 15;
crypto/openssl/crypto/bn/rsaz_exp.c
263
unsigned char *p_str = (unsigned char *)exponent;
crypto/openssl/crypto/bn/rsaz_exp.c
291
wvalue = p_str[63];
crypto/openssl/crypto/bn/rsaz_exp.c
298
wvalue = p_str[index];
crypto/openssl/crypto/bn/rsaz_exp.c
56
unsigned char *p_str = storage + (64 - ((size_t)storage % 64));
crypto/openssl/crypto/bn/rsaz_exp.c
58
unsigned char *table_s = p_str + 320 * 3;
crypto/openssl/crypto/bn/rsaz_exp.c
64
if ((((size_t)p_str & 4095) + 320) >> 12) {
crypto/openssl/crypto/bn/rsaz_exp.c
65
result = p_str;
crypto/openssl/crypto/bn/rsaz_exp.c
66
a_inv = p_str + 320;
crypto/openssl/crypto/bn/rsaz_exp.c
67
m = p_str + 320 * 2; /* should not cross page */
crypto/openssl/crypto/bn/rsaz_exp.c
69
m = p_str; /* should not cross page */
crypto/openssl/crypto/bn/rsaz_exp.c
70
result = p_str + 320;
crypto/openssl/crypto/bn/rsaz_exp.c
71
a_inv = p_str + 320 * 2;
crypto/openssl/crypto/ec/ecp_nistz256.c
1022
p_str[i + 0] = (unsigned char)d;
crypto/openssl/crypto/ec/ecp_nistz256.c
1023
p_str[i + 1] = (unsigned char)(d >> 8);
crypto/openssl/crypto/ec/ecp_nistz256.c
1024
p_str[i + 2] = (unsigned char)(d >> 16);
crypto/openssl/crypto/ec/ecp_nistz256.c
1025
p_str[i + 3] = (unsigned char)(d >>= 24);
crypto/openssl/crypto/ec/ecp_nistz256.c
1028
p_str[i + 4] = (unsigned char)d;
crypto/openssl/crypto/ec/ecp_nistz256.c
1029
p_str[i + 5] = (unsigned char)(d >> 8);
crypto/openssl/crypto/ec/ecp_nistz256.c
1030
p_str[i + 6] = (unsigned char)(d >> 16);
crypto/openssl/crypto/ec/ecp_nistz256.c
1031
p_str[i + 7] = (unsigned char)(d >> 24);
crypto/openssl/crypto/ec/ecp_nistz256.c
1036
p_str[i] = 0;
crypto/openssl/crypto/ec/ecp_nistz256.c
1039
wvalue = (p_str[0] << 1) & mask;
crypto/openssl/crypto/ec/ecp_nistz256.c
1075
wvalue = p_str[off] | p_str[off + 1] << 8;
crypto/openssl/crypto/ec/ecp_nistz256.c
614
unsigned char (*p_str)[33] = NULL;
crypto/openssl/crypto/ec/ecp_nistz256.c
626
|| (p_str = OPENSSL_malloc(num * 33 * sizeof(unsigned char))) == NULL
crypto/openssl/crypto/ec/ecp_nistz256.c
653
p_str[i][j + 0] = (unsigned char)d;
crypto/openssl/crypto/ec/ecp_nistz256.c
654
p_str[i][j + 1] = (unsigned char)(d >> 8);
crypto/openssl/crypto/ec/ecp_nistz256.c
655
p_str[i][j + 2] = (unsigned char)(d >> 16);
crypto/openssl/crypto/ec/ecp_nistz256.c
656
p_str[i][j + 3] = (unsigned char)(d >>= 24);
crypto/openssl/crypto/ec/ecp_nistz256.c
659
p_str[i][j + 4] = (unsigned char)d;
crypto/openssl/crypto/ec/ecp_nistz256.c
660
p_str[i][j + 5] = (unsigned char)(d >> 8);
crypto/openssl/crypto/ec/ecp_nistz256.c
661
p_str[i][j + 6] = (unsigned char)(d >> 16);
crypto/openssl/crypto/ec/ecp_nistz256.c
662
p_str[i][j + 7] = (unsigned char)(d >> 24);
crypto/openssl/crypto/ec/ecp_nistz256.c
666
p_str[i][j] = 0;
crypto/openssl/crypto/ec/ecp_nistz256.c
716
wvalue = p_str[0][(idx - 1) / 8];
crypto/openssl/crypto/ec/ecp_nistz256.c
730
wvalue = p_str[i][off] | p_str[i][off + 1] << 8;
crypto/openssl/crypto/ec/ecp_nistz256.c
754
wvalue = p_str[i][0];
crypto/openssl/crypto/ec/ecp_nistz256.c
770
OPENSSL_free(p_str);
crypto/openssl/crypto/ec/ecp_nistz256.c
938
unsigned char p_str[33] = { 0 };
crypto/openssl/providers/implementations/rands/drbg.c
197
unsigned int p_str;
crypto/openssl/providers/implementations/rands/drbg.c
211
if (!get_parent_strength(drbg, &p_str))
crypto/openssl/providers/implementations/rands/drbg.c
213
if (drbg->strength > p_str) {
crypto/openssl/providers/implementations/rands/drbg.c
794
unsigned int p_str;
crypto/openssl/providers/implementations/rands/drbg.c
842
if (!get_parent_strength(drbg, &p_str))
crypto/openssl/providers/implementations/rands/drbg.c
844
if (drbg->strength > p_str) {
lib/libc/regex/regcomp.c
113
static void p_str(struct parse *p);
lib/libc/regex/regcomp.c
308
p_str(p);