Searched refs:usekey (Results 1 – 1 of 1) sorted by relevance
93 krb5_keyblock usekey; in mit_afs_string_to_key() local152 usekey.enctype = ENCTYPE_DES_CBC_CRC; in mit_afs_string_to_key()153 usekey.contents = tkey; in mit_afs_string_to_key()154 usekey.length = 8; in mit_afs_string_to_key()156 tkey, i, &usekey, ikey); in mit_afs_string_to_key()161 if (usekey.hKey != CK_INVALID_HANDLE) { in mit_afs_string_to_key()162 (void) C_DestroyObject(krb_ctx_hSession(context), usekey.hKey); in mit_afs_string_to_key()163 usekey.hKey = CK_INVALID_HANDLE; in mit_afs_string_to_key()165 usekey.contents = tkey; in mit_afs_string_to_key()166 usekey.length = 8; in mit_afs_string_to_key()[all …]