Home
last modified time | relevance | path

Searched refs:krb5_kcm_storage_request (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/heimdal/lib/krb5/
H A Dkcm.c101 krb5_kcm_storage_request(krb5_context context, in krb5_kcm_storage_request() function
265 ret = krb5_kcm_storage_request(context, KCM_OP_GEN_NEW, &request); in kcm_gen_new()
309 ret = krb5_kcm_storage_request(context, KCM_OP_INITIALIZE, &request); in kcm_initialize()
358 ret = krb5_kcm_storage_request(context, KCM_OP_DESTROY, &request); in kcm_destroy()
391 ret = krb5_kcm_storage_request(context, KCM_OP_STORE, &request); in kcm_store_cred()
436 ret = krb5_kcm_storage_request(context, KCM_OP_RETRIEVE, &request);
493 ret = krb5_kcm_storage_request(context, KCM_OP_GET_PRINCIPAL, &request); in kcm_get_principal()
539 ret = krb5_kcm_storage_request(context, KCM_OP_GET_CRED_UUID_LIST, &request); in kcm_get_first()
630 ret = krb5_kcm_storage_request(context, KCM_OP_GET_CRED_BY_UUID, &request); in kcm_get_next()
708 ret = krb5_kcm_storage_request(context, KCM_OP_REMOVE_CRED, &request); in kcm_remove_cred()
[all …]
H A Dversion-script.map386 krb5_kcm_storage_request;
H A Dkrb5-protos.h2631 krb5_kcm_storage_request (
/freebsd/crypto/heimdal/lib/gssapi/ntlm/
H A Diter_cred.c53 ret = krb5_kcm_storage_request(context, KCM_OP_GET_NTLM_USER_LIST, &request); in _gss_ntlm_iter_creds_f()
H A Dcreds.c113 ret = krb5_kcm_storage_request(context, KCM_OP_DEL_NTLM_CRED, &request); in _gss_ntlm_destroy_kcm_cred()