Searched defs:encrypt_flag (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/des/
H A Def_crypto.c18 const krb5_data *ivec, int encrypt_flag)
61 if (encrypt_flag)
77 (encrypt_flag ? "encrypt" : "decrypt"),
16 k5_ef_crypto(const char *in, char *out, long length, krb5_keyblock *key, const krb5_data *ivec, int encrypt_flag) argument
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcrypto.c155 int encrypt_flag = (cipher_mode == ENCIPHER); local
156 unsigned mode = (encrypt_flag ? DES_ENCRYPT : DES_DECRYPT) | DES_HW;
189 int encrypt_flag = (cipher_mode == ENCIPHER); local
190 unsigned mode = (encrypt_flag ? DES_ENCRYPT : DES_DECRYPT) | DES_HW;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dmain.c66 int encrypt_flag = 0; /* Flag set when encryption is used */ variable
84 { "encrypt", &encrypt_flag, 0 },
189 encrypt_flag++;
291 encrypt_flag = 0;
346 if ((encrypt_done > 0) || (encrypt_flag > 0)) {
348 encrypt_flag++;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drsh.c64 static int encrypt_flag; /* Flag set, when encryption is used */ variable
82 { "encrypt", &encrypt_flag, 0 },
348 encrypt_flag = 1;
429 Fflag = fflag = encrypt_flag = 0;
485 encrypt_flag = 1;
506 if (encrypt_flag && (!krb5_privacy_allowed())) {
524 encrypt_flag = fflag = Fflag = 0;
528 cc = encrypt_flag ? strlen(dash_x) : 0;
534 if (encrypt_flag) {
603 encrypt_flag
[all...]
H A Drlogin.c109 static int encrypt_flag; /* Flag set, when the "-x" option is used */ variable
118 { "encrypt", &encrypt_flag, 0 },
441 encrypt_flag = 1;
479 fflag = Fflag = encrypt_flag = 0;
545 encrypt_flag = 1;
565 if (encrypt_flag && (!krb5_privacy_allowed())) {
582 sp = getservbyname(encrypt_flag ?
585 port_number = encrypt_flag ?
687 fflag = Fflag = encrypt_flag = 0;
719 init_encrypt(encrypt_flag, bsd_contex
[all...]
H A Drcp.c169 static int encrypt_flag = 0; /* Flag set, when encryption is enabled */ variable
177 { "encrypt", &encrypt_flag, 0 },
243 encrypt_flag++;
306 fflag = encrypt_flag = 0;
343 if (encrypt_flag > 0)
392 if ((encrypt_done > 0) || (encrypt_flag > 0)) {
394 encrypt_flag++;
428 krb5auth_flag = encrypt_flag = 0;
471 encrypt_flag ? "-x " : "",
682 init_encrypt(encrypt_flag,
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/common/
H A Dkcmd.c70 static boolean_t encrypt_flag = B_FALSE; variable
480 encrypt_flag = B_TRUE;
482 encrypt_flag = B_FALSE;
578 if (!encrypt_flag)
697 if (!encrypt_flag)
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c118 int encrypt_flag = 0; variable

Completed in 63 milliseconds