Home
last modified time | relevance | path

Searched refs:store_principal_ent (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/heimdal/lib/kadm5/
H A Dmarshall.c121 store_principal_ent(krb5_storage *sp, in store_principal_ent() function
185 return store_principal_ent (sp, princ, ~0); in kadm5_store_principal_ent()
197 ret = store_principal_ent (sp, princ, mask); in kadm5_store_principal_ent_mask()
H A DChangeLog1271 * marshall.c (store_principal_ent): encoding princ_expire_time and
/freebsd/crypto/heimdal/kadmin/
H A Drpc.c396 store_principal_ent(krb5_context contextp, in store_principal_ent() function
636 CHECK(store_principal_ent(contextp->context, out, &ent)); in proc_get_principal()