Searched refs:initiator_enc_aux (Results 1 – 3 of 3) sorted by relevance
582 ctx->initiator_enc_aux = in context_derive_keys_new()585 if (ctx->initiator_enc_aux == NULL) in context_derive_keys_new()591 crypto_free_blkcipher(ctx->initiator_enc_aux); in context_derive_keys_new()718 crypto_free_blkcipher(kctx->initiator_enc_aux); in gss_delete_sec_context_kerberos()
660 aux_cipher = kctx->initiator_enc_aux; in gss_krb5_aes_encrypt()781 aux_cipher = kctx->initiator_enc_aux; in gss_krb5_aes_decrypt()
106 struct crypto_blkcipher *initiator_enc_aux; member