From owner-freebsd-questions@FreeBSD.ORG Mon Nov 10 11:43:39 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FF381065677 for ; Mon, 10 Nov 2008 11:43:39 +0000 (UTC) (envelope-from marii.vasile@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.169]) by mx1.freebsd.org (Postfix) with ESMTP id E468C8FC1C for ; Mon, 10 Nov 2008 11:43:38 +0000 (UTC) (envelope-from marii.vasile@gmail.com) Received: by wf-out-1314.google.com with SMTP id 25so2417115wfc.6 for ; Mon, 10 Nov 2008 03:43:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=YJ1KnTNGk/NVcqg5gctCV2uDTq/kf+sT+uEsV5ieEmk=; b=Bh+0FzNgxt/fiHo40zTr9/uPuxb1XNKO8cM+gZGKNeUB3s6eQO0Vmd90jXZft0ajM0 NEfOzP8o8XaSZ6BU3CXHaTMRrAodI3jBhsiz6Whl1F7mdvjsD7sRvJJJ2zhqWoTwY5mW QExkd8PIy/YnnZKC9nh6PsMrHzNOvbfHdxXe0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=C3Hk8ly2otrxWaxiwb+bVm9d2IAHQr/k0IQMm/Mk7mvwcAP6HbUqnCEHrR2U84D+0y tPZQj//xNuaCBemU9wyAWqX5WNGNXWxu+tJq0dxmOpd+kmoFcMOo6UTKceygwFBF0gMW tQfMbAZ0rssb3qm3SeKSPSZGBl8ApqgIwL52s= Received: by 10.142.144.16 with SMTP id r16mr2334348wfd.77.1226315736756; Mon, 10 Nov 2008 03:15:36 -0800 (PST) Received: by 10.143.168.20 with HTTP; Mon, 10 Nov 2008 03:15:36 -0800 (PST) Message-ID: Date: Mon, 10 Nov 2008 13:15:36 +0200 From: "Vasile Marii" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: crypto API question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Nov 2008 11:43:39 -0000 Hello! I'm developing a driver for a crypto-accelerating device and i have some problem when trying to make AES & HMAC256 at once on the comming pachet because as i see there is no such posibility(meaning AES-CBC & HMAC from one operation). Anywy i found domwhere that such operation are possible. Could you please say where i ca find mor info about this? Thanks in advance! -- Vasile Marii