Searched refs:acceptor_sign (Results 1 - 4 of 4) sorted by last modified time

/linux-master/net/sunrpc/auth_gss/
H A Dgss_krb5_mech.c356 ctx->acceptor_sign = gss_krb5_alloc_hash_v2(ctx, &keyout);
357 if (ctx->acceptor_sign == NULL)
385 crypto_free_ahash(ctx->acceptor_sign);
504 crypto_free_ahash(kctx->acceptor_sign);
H A Dgss_krb5_unseal.c75 ctx->acceptor_sign : ctx->initiator_sign;
H A Dgss_krb5_seal.c109 ctx->initiator_sign : ctx->acceptor_sign;
H A Dgss_krb5_internal.h71 struct crypto_ahash *acceptor_sign; member in struct:krb5_ctx

Completed in 131 milliseconds