Searched refs:ct_mackey (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_signing.c92 if (ctx->ct_mackey == NULL)
109 MD5Update(&md5, ctx->ct_mackey, ctx->ct_mackeylen);
159 if (ctx->ct_mackey == NULL) {
196 * Note ct_mackey and ct_mackeylen gets initialized by
200 if (ctx->ct_mackey == NULL)
H A Dsmbfs_ssnsetup.c152 ctx->ct_mackey = malloc(ctx->ct_mackeylen);
153 if (ctx->ct_mackey == NULL) {
158 p = ctx->ct_mackey;
233 ctx->ct_mackey = malloc(ctx->ct_mackeylen);
234 if (ctx->ct_mackey == NULL) {
239 p = ctx->ct_mackey;
H A Dsmbfs_negprot.c146 if (ctx->ct_mackey != NULL) {
147 free(ctx->ct_mackey);
148 ctx->ct_mackey = NULL;
H A Dsmbfs_ntlmssp.c541 (ctx->ct_mackey == NULL)) {
543 ctx->ct_mackey = malloc(ctx->ct_mackeylen);
544 if (ctx->ct_mackey == NULL) {
549 (void) memcpy(ctx->ct_mackey, ctx->ct_ssn_key, NTLM_HASH_SZ);
H A Dsmbfs_gss.c537 (ctx->ct_mackey == NULL)) {
539 if ((ctx->ct_mackey = calloc(1, ctx->ct_mackeylen)) == NULL) {
544 (void) memcpy(ctx->ct_mackey, ssn_key.val,
H A Dsmbfs_lib.h169 #define ct_mackey ct_work.wk_iods.is_u_mackey.lp_ptr macro
H A Dsmbfs_ctx.c293 if (ctx->ct_mackey) {
294 free(ctx->ct_mackey);
295 ctx->ct_mackey = NULL;

Completed in 130 milliseconds