Searched defs:n_keys (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/krb5/kadmin/server/
H A Dmisc.c108 krb5_keyblock **keys, int *n_keys)
118 keys, n_keys);
140 krb5_keyblock ** keys, int *n_keys)
149 return kadm5_randkey_principal(server_handle, princ, keys, n_keys);
103 randkey_principal_wrapper_3(void *server_handle, krb5_principal principal, krb5_boolean keepold, int n_ks_tuple, krb5_key_salt_tuple *ks_tuple, krb5_keyblock **keys, int *n_keys) argument
139 randkey_principal_wrapper(void *server_handle, krb5_principal princ, krb5_keyblock ** keys, int *n_keys) argument
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_principal.c411 int n_keys)
421 arg.n_keys = n_keys;
438 int n_keys)
448 arg.n_keys = n_keys;
481 int *n_keys)
489 if (n_keys)
490 *n_keys = 0;
506 } else if (key && (r->n_keys >
408 kadm5_setkey_principal(void *server_handle, krb5_principal princ, krb5_keyblock *keyblocks, int n_keys) argument
433 kadm5_setkey_principal_3(void *server_handle, krb5_principal princ, krb5_boolean keepold, int n_ks_tuple, krb5_key_salt_tuple *ks_tuple, krb5_keyblock *keyblocks, int n_keys) argument
478 kadm5_randkey_principal_old(void *server_handle, krb5_principal princ, krb5_keyblock **key, int *n_keys) argument
529 kadm5_randkey_principal_3(void *server_handle, krb5_principal princ, krb5_boolean keepold, int n_ks_tuple, krb5_key_salt_tuple *ks_tuple, krb5_keyblock **key, int *n_keys) argument
588 kadm5_randkey_principal(void *server_handle, krb5_principal princ, krb5_keyblock **key, int *n_keys) argument
[all...]
/illumos-gate/usr/src/lib/krb5/kadm5/
H A Dkadm_rpc.h112 int n_keys; member in struct:setkey_arg
123 int n_keys; member in struct:setkey3_arg
147 int n_keys; member in struct:chrand_ret
H A Dkadm_rpc_xdr.c702 unsigned int n_keys = 1; local
711 &n_keys, ~0,
728 (unsigned int *) &objp->n_keys, ~0,
753 (unsigned int *) &objp->n_keys, ~0,
810 if (!xdr_array(xdrs, (char **)&objp->keys, (unsigned int *)&objp->n_keys, ~0,
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_principal.c58 krb5_keyblock **keyblocks, int *n_keys);
1535 int *n_keys)
1554 FALSE, 2, keysalts, keyblocks, n_keys));
1562 int *n_keys)
1672 keyblocks, n_keys);
1866 int n_keys)
1871 keyblocks, n_keys);
1880 int n_keys)
1909 for (i = 0; i < n_keys; i++) {
1910 for (j = i+1; j < n_keys;
1532 kadm5_randkey_principal(void *server_handle, krb5_principal principal, krb5_keyblock **keyblocks, int *n_keys) argument
1557 kadm5_randkey_principal_3(void *server_handle, krb5_principal principal, krb5_boolean keepold, int n_ks_tuple, krb5_key_salt_tuple *ks_tuple, krb5_keyblock **keyblocks, int *n_keys) argument
1863 kadm5_setkey_principal(void *server_handle, krb5_principal principal, krb5_keyblock *keyblocks, int n_keys) argument
1875 kadm5_setkey_principal_3(void *server_handle, krb5_principal principal, krb5_boolean keepold, int n_ks_tuple, krb5_key_salt_tuple *ks_tuple, krb5_keyblock *keyblocks, int n_keys) argument
2091 decrypt_key_data(krb5_context context, krb5_keyblock *master_keyblock, int n_key_data, krb5_key_data *key_data, krb5_keyblock **keyblocks, int *n_keys) argument
[all...]

Completed in 51 milliseconds