Searched refs:Kflag (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-crypto/digest/
H A Ddigest.c87 static boolean_t Kflag = B_FALSE; /* -K key_label */ variable
199 Kflag = B_TRUE;
209 (kflag && Kflag) || (Tflag && !Kflag) || filecount < 0) {
414 if (Kflag) {
437 (Kflag || (keyfile == NULL)) ?
534 if (Kflag) {
649 } else if (Kflag) {
808 if (!Kflag && key != (CK_OBJECT_HANDLE) 0) {
/illumos-gate/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c174 static boolean_t Kflag = B_FALSE; /* -K flag (keylabel) */ variable
248 Kflag = B_TRUE;
271 (kflag && Kflag) || (Tflag && !Kflag) ||
476 if (Kflag) {
585 if (Kflag) {
800 * If Kflag is set, let's find the token key now.
802 * If Kflag is not set and if encrypting, we need some random
807 if (Kflag) {
963 if (Kflag !
[all...]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_main.c426 int fflag = 0, Kflag = 0, Rflag = 0, Sflag = 0, Oflag = 0, Uflag = 0; local
577 Kflag++;
655 if (Kflag || Uflag) {
699 control_kmdb(Kflag);

Completed in 61 milliseconds