Searched refs:p_str (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Drsaz_exp.c88 unsigned char *p_str = storage + (64 - ((size_t)storage % 64)); local
90 unsigned char *table_s = p_str + 320 * 3;
95 if ((((size_t)p_str & 4095) + 320) >> 12) {
96 result = p_str;
97 a_inv = p_str + 320;
98 m = p_str + 320 * 2; /* should not cross page */
100 m = p_str; /* should not cross page */
101 result = p_str + 320;
102 a_inv = p_str + 320 * 2;
234 p_str
291 unsigned char *p_str = (unsigned char *)exponent; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Drsaz_exp.c88 unsigned char *p_str = storage + (64 - ((size_t)storage % 64)); local
90 unsigned char *table_s = p_str + 320 * 3;
95 if ((((size_t)p_str & 4095) + 320) >> 12) {
96 result = p_str;
97 a_inv = p_str + 320;
98 m = p_str + 320 * 2; /* should not cross page */
100 m = p_str; /* should not cross page */
101 result = p_str + 320;
102 a_inv = p_str + 320 * 2;
234 p_str
291 unsigned char *p_str = (unsigned char *)exponent; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Decp_nistz256.c581 unsigned char (*p_str)[33] = NULL;
593 || (p_str =
622 p_str[i][j + 0] = d & 0xff;
623 p_str[i][j + 1] = (d >> 8) & 0xff;
624 p_str[i][j + 2] = (d >> 16) & 0xff;
625 p_str[i][j + 3] = (d >>= 24) & 0xff;
628 p_str[i][j + 4] = d & 0xff;
629 p_str[i][j + 5] = (d >> 8) & 0xff;
630 p_str[i][j + 6] = (d >> 16) & 0xff;
631 p_str[
943 ecp_nistz256_avx2_mul_g(P256_POINT *r, unsigned char p_str[33], const P256_POINT_AFFINE(*preComputedTable)[64]) argument
1130 unsigned char p_str[33] = { 0 }; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Decp_nistz256.c581 unsigned char (*p_str)[33] = NULL;
593 || (p_str =
622 p_str[i][j + 0] = d & 0xff;
623 p_str[i][j + 1] = (d >> 8) & 0xff;
624 p_str[i][j + 2] = (d >> 16) & 0xff;
625 p_str[i][j + 3] = (d >>= 24) & 0xff;
628 p_str[i][j + 4] = d & 0xff;
629 p_str[i][j + 5] = (d >> 8) & 0xff;
630 p_str[i][j + 6] = (d >> 16) & 0xff;
631 p_str[
943 ecp_nistz256_avx2_mul_g(P256_POINT *r, unsigned char p_str[33], const P256_POINT_AFFINE(*preComputedTable)[64]) argument
1130 unsigned char p_str[33] = { 0 }; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/src/
H A Dforward.c1449 char *p_str; local
1464 p_str = strstr (buf, dnsquery_src_ip); /* check whether the src_ip exist in the line */
1465 if(p_str)
1467 p_str = p_str + 41;
1468 strncpy(buf,p_str,17); /* get MAC 00:11:22:33:44:55 */
1514 char *p_str = NULL; local
1520 p_str = strstr (opendns_tbl, "DEFAULT");
1521 if(p_str)
1524 p_str
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dcmdline.c869 int delim, char **p_str, unsigned long *p_size, unsigned long *p_end)
886 ** p_str - Address of pointer pointing to output buffer (argv strings)
908 if (*p_str == NULL) {
910 if ((*p_str = (char *) malloc(*p_size)) == NULL)
920 CHECK_BUFFER_ALLOCATION(*p_str, *p_size, len)
937 dst = *p_str+old_len;
945 (*p_str)[len-1] = (char)delim;
947 (*p_str)[len-1] = '\0';
864 get_list(struct dsc$descriptor_s *qual, struct dsc$descriptor_d *rawtail, int delim, char **p_str, unsigned long *p_size, unsigned long *p_end) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dcmdline.c1568 int delim, char **p_str, unsigned long *p_size, unsigned long *p_end)
1585 ** p_str - Address of pointer pointing to output buffer (argv strings)
1607 if (*p_str == NULL) {
1609 if ((*p_str = (char *) malloc(*p_size)) == NULL)
1619 CHECK_BUFFER_ALLOCATION(*p_str, *p_size, len)
1636 dst = *p_str+old_len;
1644 (*p_str)[len-1] = (char)delim;
1646 (*p_str)[len-1] = '\0';
1563 get_list(struct dsc$descriptor_s *qual, struct dsc$descriptor_d *rawtail, int delim, char **p_str, unsigned long *p_size, unsigned long *p_end) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps-unix.c2063 struct passwd p_str; local
2088 result = getpwuid_r (uid, &p_str, buf, buflen,
2091 result = getpwnam_r (username_c, &p_str, buf, buflen,
2095 p = getpwuid_r (uid, &p_str, buf, buflen);
2097 p = getpwnam_r (username_c, &p_str, buf, buflen);
2111 if (result == 0 && p == &p_str)

Completed in 96 milliseconds