Searched refs:tkey (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/crypto/des/ |
H A D | afsstring2key.c | 133 mit_des_cblock ikey, tkey; in mit_afs_string_to_key() local 148 memcpy (tkey, ikey, sizeof(tkey)); in mit_afs_string_to_key() 149 mit_des_fixup_key_parity (tkey); in mit_afs_string_to_key() 153 usekey.contents = tkey; in mit_afs_string_to_key() 156 tkey, i, &usekey, ikey); in mit_afs_string_to_key() 158 memcpy (ikey, tkey, sizeof(ikey)); in mit_afs_string_to_key() 159 mit_des_fixup_key_parity (tkey); in mit_afs_string_to_key() 165 usekey.contents = tkey; in mit_afs_string_to_key()
|
/titanic_50/usr/src/lib/libnsl/key/ |
H A D | xcrypt.c | 441 des_block ivec, tkey; in passwd2des_g() local 445 (void) memset(tkey.c, 0, 8); in passwd2des_g() 456 #define KEYLEN sizeof (tkey.c) in passwd2des_g() 477 tkey.c[i] ^= pw[j] << 1; in passwd2des_g() 489 tkey.c[i] ^= mixin[j]; in passwd2des_g() 504 tkey.c[i] ^= mixin[j]; in passwd2des_g() 516 tkey.c[i] ^= pw[j] << 1; in passwd2des_g() 527 des_setparity_g(&tkey); in passwd2des_g() 533 (void) cbc_crypt(tkey.c, text, tlen, DES_ENCRYPT|DES_HW, ivec.c); in passwd2des_g()
|
/titanic_50/usr/src/uts/common/gssapi/mechs/krb5/crypto/ |
H A D | combine_keys.c | 87 krb5_keyblock tkey; in krb5int_c_combine_keys() local 213 tkey.length = keylength; in krb5int_c_combine_keys() 214 tkey.contents = output; in krb5int_c_combine_keys() 217 if ((ret = (*(enc->make_key))(context, &randbits, &tkey))) in krb5int_c_combine_keys() 224 for (i = 0; i < tkey.length; i++) in krb5int_c_combine_keys() 225 printf(" %02x", (unsigned char) tkey.contents[i]); in krb5int_c_combine_keys() 259 if ((ret = krb5_derive_key(context, enc, &tkey, outkey, &input))) { in krb5int_c_combine_keys()
|
/titanic_50/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/ |
H A D | bt_put.c | 76 DBT tkey, tdata; local 132 tkey.data = kb; 133 tkey.size = NOVFLSIZE; 141 key = &tkey;
|
/titanic_50/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | Parser.java | 238 Object tkey = en.nextElement(); in mergeTablesWithAnd() local 240 if (source.get(tkey) == null) { in mergeTablesWithAnd() 241 target.remove(tkey); in mergeTablesWithAnd()
|