Searched refs:acceptor_integ (Results 1 – 3 of 3) sorted by relevance
373 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()
600 ahash = kctx->acceptor_integ; in gss_krb5_aes_encrypt() 672 ahash = kctx->acceptor_integ; in gss_krb5_aes_decrypt() 830 ahash = kctx->acceptor_integ; in krb5_etm_encrypt() 915 ahash = kctx->acceptor_integ; in krb5_etm_decrypt()
74 struct crypto_ahash *acceptor_integ; member