Searched refs:s2c (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/crypto/openssh/regress/misc/kexfuzz/ |
| HD | kexfuzz.c | 41 int *c2s, *s2c; member 52 int *packet_count = mydirection == S2C ? ctx->s2c : ctx->c2s; in packet_hook() 199 do_kex_with_key(const char *kex, struct sshkey *prvkey, int *c2s, int *s2c, in do_kex_with_key() argument 231 hook_ctx.s2c = s2c; in do_kex_with_key() 348 int s2c = 0, c2s = 0; /* packet counts */ in main() local 446 do_kex_with_key(kex, key, &c2s, &s2c, in main() 454 printf("S2C: %d\n", s2c); in main()
|
| /freebsd-11-stable/crypto/openssl/crypto/idea/ |
| HD | idea_lcl.h | 183 # undef s2c 184 # define s2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
|