Searched defs:amclient (Results 1 - 1 of 1) sorted by relevance
| /illumos-gate/usr/src/cmd/cmd-inet/common/ |
| H A D | kcmd.c | 466 int amclient, krb5_encrypt_block *block) 531 (void) memset(encivec_i[0].data, amclient, blocksize); 532 (void) memset(encivec_o[0].data, 1 - amclient, blocksize); 533 (void) memset(encivec_i[1].data, 2 | amclient, blocksize); 534 (void) memset(encivec_o[1].data, 2 | (1 - amclient), blocksize); 537 if (amclient) { 542 } else { /* amclient */ 464 init_encrypt(int enc, krb5_context ctxt, enum kcmd_proto protonum, krb5_data *inbuf, krb5_data *outbuf, int amclient, krb5_encrypt_block *block) argument
|
Completed in 59 milliseconds