Searched refs:initiator_enc (Results 1 – 3 of 3) sorted by relevance
315 ctx->initiator_enc = gss_krb5_alloc_cipher_v2(ctx->gk5e->encrypt_name, in gss_krb5_import_ctx_v2()317 if (ctx->initiator_enc == NULL) in gss_krb5_import_ctx_v2()390 crypto_free_sync_skcipher(ctx->initiator_enc); in gss_krb5_import_ctx_v2()501 crypto_free_sync_skcipher(kctx->initiator_enc); in gss_krb5_delete_sec_context()
793 cipher = kctx->initiator_enc; in gss_krb5_aes_encrypt()873 cipher = kctx->initiator_enc; in gss_krb5_aes_decrypt()1023 cipher = kctx->initiator_enc; in krb5_etm_encrypt()1116 cipher = kctx->initiator_enc; in krb5_etm_decrypt()
68 struct crypto_sync_skcipher *initiator_enc; member