Home
last modified time | relevance | path

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

/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_mech.c373 ctx->acceptor_integ = gss_krb5_alloc_hash_v2(ctx, &keyout); in gss_krb5_import_ctx_v2()
374 if (ctx->acceptor_integ == NULL) in gss_krb5_import_ctx_v2()
383 crypto_free_ahash(ctx->acceptor_integ); in gss_krb5_import_ctx_v2()
506 crypto_free_ahash(kctx->acceptor_integ); in gss_krb5_delete_sec_context()
H A Dgss_krb5_crypto.c799 ahash = kctx->acceptor_integ; in gss_krb5_aes_encrypt()
871 ahash = kctx->acceptor_integ; in gss_krb5_aes_decrypt()
1029 ahash = kctx->acceptor_integ; in krb5_etm_encrypt()
1114 ahash = kctx->acceptor_integ; in krb5_etm_decrypt()
H A Dgss_krb5_internal.h74 struct crypto_ahash *acceptor_integ; member