Searched refs:pacctx (Results 1 – 1 of 1) sorted by relevance
761 struct mspac_context *pacctx; in mspac_request_init() local763 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() local785 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 …]