/illumos-gate/usr/src/cmd/krb5/kadmin/server/ |
H A D | misc.c | 44 * n_ks_tuple (input) the number of key-salt tuples in ks_tuple 62 int n_ks_tuple, 74 keepold, n_ks_tuple, ks_tuple, 89 * n_ks_tuple (input) the number of key-salt tuples in ks_tuple 106 int n_ks_tuple, 117 keepold, n_ks_tuple, ks_tuple, 59 chpass_principal_wrapper_3(void *server_handle, krb5_principal principal, krb5_boolean keepold, int n_ks_tuple, krb5_key_salt_tuple *ks_tuple, char *password) argument 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
|
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/ |
H A D | client_principal.c | 111 int n_ks_tuple, 125 arg.n_ks_tuple = n_ks_tuple; 360 int n_ks_tuple, krb5_key_salt_tuple *ks_tuple, 373 arg.n_ks_tuple = n_ks_tuple; 435 krb5_boolean keepold, int n_ks_tuple, 451 arg.n_ks_tuple = n_ks_tuple; 531 krb5_boolean keepold, int n_ks_tuple, 109 kadm5_create_principal_3(void *server_handle, kadm5_principal_ent_t princ, long mask, int n_ks_tuple, krb5_key_salt_tuple *ks_tuple, char *pw) argument 358 kadm5_chpass_principal_3(void *server_handle, krb5_principal princ, krb5_boolean keepold, int n_ks_tuple, krb5_key_salt_tuple *ks_tuple, char *password) 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 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 [all...] |
/illumos-gate/usr/src/cmd/krb5/kadmin/cli/ |
H A D | keytab.c | 56 int n_ks_tuple, krb5_key_salt_tuple *ks_tuple, 139 int n_ks_tuple = 0; local 162 &ks_tuple, &n_ks_tuple); 202 keepold, n_ks_tuple, ks_tuple, 207 keepold, n_ks_tuple, ks_tuple, 260 krb5_boolean keepold, int n_ks_tuple, 325 nktypes = n_ks_tuple; 259 add_principal(void *lhandle, char *keytab_str, krb5_keytab keytab, krb5_boolean keepold, int n_ks_tuple, krb5_key_salt_tuple *ks_tuple, char *princ_str) argument
|
H A D | kadmin.c | 716 int n_ks_tuple = 0, randkey = 0; local 777 &ks_tuple, &n_ks_tuple); 813 n_ks_tuple, ks_tuple, pwarg); 835 n_ks_tuple, ks_tuple, 879 n_ks_tuple, ks_tuple, 935 ks_tuple, n_ks_tuple, caller) 943 int *n_ks_tuple; 954 *n_ks_tuple = 0; 1112 ks_tuple, n_ks_tuple); 1206 int n_ks_tuple; local 1411 int n_ks_tuple = 0; local [all...] |
/illumos-gate/usr/src/lib/krb5/kadm5/ |
H A D | kadm_rpc.h | 38 int n_ks_tuple; member in struct:cprinc3_arg 95 int n_ks_tuple; member in struct:chpass3_arg 120 int n_ks_tuple; member in struct:setkey3_arg 137 int n_ks_tuple; member in struct:chrand3_arg
|
/illumos-gate/usr/src/lib/krb5/kadm5/srv/ |
H A D | svr_principal.c | 212 int n_ks_tuple, krb5_key_salt_tuple *ks_tuple, 390 n_ks_tuple?ks_tuple:handle->params.keysalts, 391 n_ks_tuple?n_ks_tuple:handle->params.num_keysalts, 1339 int n_ks_tuple, krb5_key_salt_tuple *ks_tuple, 1388 n_ks_tuple?ks_tuple:handle->params.keysalts, 1389 n_ks_tuple?n_ks_tuple:handle->params.num_keysalts, 1560 int n_ks_tuple, krb5_key_salt_tuple *ks_tuple, 1590 n_ks_tuple 210 kadm5_create_principal_3(void *server_handle, kadm5_principal_ent_t entry, long mask, int n_ks_tuple, krb5_key_salt_tuple *ks_tuple, char *password) argument 1337 kadm5_chpass_principal_3(void *server_handle, krb5_principal principal, krb5_boolean keepold, int n_ks_tuple, krb5_key_salt_tuple *ks_tuple, char *password) 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 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 [all...] |