Home
last modified time | relevance | path

Searched refs:kblock (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/kadm5/
Dset_keys.c345 krb5_keyblock *kblock = NULL; in _kadm5_set_keys_randomly() local
356 kblock = malloc(num_keys * sizeof(kblock[0])); in _kadm5_set_keys_randomly()
357 if (kblock == NULL) { in _kadm5_set_keys_randomly()
362 memset(kblock, 0, num_keys * sizeof(kblock[0])); in _kadm5_set_keys_randomly()
374 &kblock[des_keyblock], in _kadm5_set_keys_randomly()
375 &kblock[i]); in _kadm5_set_keys_randomly()
378 kblock[i].keytype = keys[i].key.keytype; in _kadm5_set_keys_randomly()
382 &kblock[i]); in _kadm5_set_keys_randomly()
391 &kblock[i], in _kadm5_set_keys_randomly()
400 krb5_free_keyblock_contents (context->context, &kblock[i]); in _kadm5_set_keys_randomly()
[all …]
/netbsd/src/external/gpl2/xcvs/dist/src/
Dkerberos4-client.c30 static C_Block kblock; variable
92 memcpy (kblock, cred.session, sizeof (C_Block)); in start_kerberos4_server()
108 kblock, NULL); in initialize_kerberos4_encryption_buffers()
110 sched, kblock, NULL); in initialize_kerberos4_encryption_buffers()
Dserver.c77 static C_Block kblock; variable
3139 kblock, in serve_kerberos_encrypt()
3142 kblock, in serve_kerberos_encrypt()
7391 memcpy (kblock, auth.session, sizeof (C_Block)); in kserver_authenticate_connection()
DChangeLog-961535 * client.c (kblock, sched): New static variables if
1538 cred.session into kblock.
1540 * server.c (kblock, sched): New static variables if
1545 Copy auth.session into kblock.