Searched defs:myid (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/helgrind/tests/
H A Dtc17_sembar.c140 "if (myid == 4) { unprotected = 99; }" and
141 "if (myid == 3) { unprotected = 88; }" into a conditional
158 long myid = (long)argV; local
159 // assert(myid >= 2 && myid <= 5);
166 if (myid == 4) {
177 if (myid == 3) {
/external/openssh/
H A Djpake.c249 const u_char *myid, u_int myid_len,
313 myid, myid_len,
246 jpake_step2(struct modp_group *grp, BIGNUM *s, BIGNUM *mypub1, BIGNUM *theirpub1, BIGNUM *theirpub2, BIGNUM *mypriv2, const u_char *theirid, u_int theirid_len, const u_char *myid, u_int myid_len, const u_char *theirpub1_proof, u_int theirpub1_proof_len, const u_char *theirpub2_proof, u_int theirpub2_proof_len, BIGNUM **newpub, u_char **newpub_exponent_proof, u_int *newpub_exponent_proof_len) argument
H A Dmonitor_wrap.c1356 const u_char *myid, u_int myid_len,
1353 mm_jpake_step2(struct modp_group *grp, BIGNUM *s, BIGNUM *mypub1, BIGNUM *theirpub1, BIGNUM *theirpub2, BIGNUM *mypriv2, const u_char *theirid, u_int theirid_len, const u_char *myid, u_int myid_len, const u_char *theirpub1_proof, u_int theirpub1_proof_len, const u_char *theirpub2_proof, u_int theirpub2_proof_len, BIGNUM **newpub, u_char **newpub_exponent_proof, u_int *newpub_exponent_proof_len) argument

Completed in 126 milliseconds