Searched refs:initiator_enc (Results 1 – 3 of 3) sorted by relevance
518 ctx->initiator_enc = context_v2_alloc_cipher(ctx, in context_derive_keys_new()521 if (ctx->initiator_enc == NULL) in context_derive_keys_new()601 crypto_free_blkcipher(ctx->initiator_enc); in context_derive_keys_new()716 crypto_free_blkcipher(kctx->initiator_enc); in gss_delete_sec_context_kerberos()
659 cipher = kctx->initiator_enc; in gss_krb5_aes_encrypt()780 cipher = kctx->initiator_enc; in gss_krb5_aes_decrypt()
104 struct crypto_blkcipher *initiator_enc; member