Searched refs:acceptor_enc (Results 1 – 4 of 4) sorted by relevance
533 ctx->acceptor_enc = context_v2_alloc_cipher(ctx, in context_derive_keys_new()536 if (ctx->acceptor_enc == NULL) in context_derive_keys_new()599 crypto_free_blkcipher(ctx->acceptor_enc); in context_derive_keys_new()715 crypto_free_blkcipher(kctx->acceptor_enc); in gss_delete_sec_context_kerberos()
664 cipher = kctx->acceptor_enc; in gss_krb5_aes_encrypt()775 cipher = kctx->acceptor_enc; in gss_krb5_aes_decrypt()
476 blocksize = crypto_blkcipher_blocksize(kctx->acceptor_enc); in gss_wrap_kerberos_v2()
103 struct crypto_blkcipher *acceptor_enc; member