Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dpac.c761 struct mspac_context *pacctx; in mspac_request_init() local
763 pacctx = malloc(sizeof(*pacctx)); in mspac_request_init()
764 if (pacctx == NULL) in mspac_request_init()
767 pacctx->pac = NULL; in mspac_request_init()
769 *request_context = pacctx; in mspac_request_init()
780 struct mspac_context *pacctx = (struct mspac_context *)request_context; in mspac_import_authdata() local
785 if (pacctx->pac != NULL) { in mspac_import_authdata()
786 krb5_pac_free(context, pacctx->pac); in mspac_import_authdata()
787 pacctx->pac = NULL; in mspac_import_authdata()
795 &pacctx->pac); in mspac_import_authdata()
[all …]