HomeSort by: relevance | last modified time | path
    Searched refs:newpp (Results 1 - 3 of 3) sorted by relevancy

  /src/games/hunt/huntd/
answer.c 253 stplayer(PLAYER *newpp, int enter_status)
262 newpp->p_maze[y][x] = Maze[y][x];
265 newpp->p_maze[y][x] = Maze[y][x];
267 newpp->p_maze[y][x] = SPACE;
269 newpp->p_maze[y][x] = Maze[y][x];
273 newpp->p_maze[y][x] = Maze[y][x];
279 newpp->p_over = SPACE;
280 newpp->p_x = x;
281 newpp->p_y = y;
282 newpp->p_undershot = false
    [all...]
  /src/crypto/dist/ipsec-tools/src/racoon/
proposal.c 191 struct saprop *newpp = NULL; local
198 newpp = newsaprop();
199 if (newpp == NULL) {
204 newpp->prop_no = pp1->prop_no;
211 newpp->lifetime = pp1->lifetime;
212 newpp->lifebyte = pp1->lifebyte;
213 newpp->pfs_group = pp1->pfs_group;
231 newpp->lifetime = pp1->lifetime;
232 newpp->lifebyte = pp1->lifebyte;
242 newpp->pfs_group = pp1->pfs_group
734 struct saprop *newpp; local
1006 struct saprop *newpp; local
1130 struct saprop *newpp = NULL, *pp0, *pp_peer = NULL; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/rsa/
rsa_gen.c 89 BIGNUM *factor = NULL, *newpp = NULL, *newpd = NULL; local
236 newpp = sk_BIGNUM_value(pplist, i - 2);
240 if (BN_mod_inverse(newcoeff, newpp, sk_BIGNUM_value(factors, i),

Completed in 17 milliseconds