From owner-p4-projects@FreeBSD.ORG Thu Sep 18 07:26:11 2014 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 0109DA79; Thu, 18 Sep 2014 07:26:11 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B7E99A77 for ; Thu, 18 Sep 2014 07:26:10 +0000 (UTC) Received: from skunkworks.freebsd.org (skunkworks.freebsd.org [IPv6:2001:1900:2254:2068::682:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A3838937 for ; Thu, 18 Sep 2014 07:26:10 +0000 (UTC) Received: from skunkworks.freebsd.org ([127.0.1.74]) by skunkworks.freebsd.org (8.14.9/8.14.9) with ESMTP id s8I7QApA050179 for ; Thu, 18 Sep 2014 07:26:10 GMT (envelope-from jmg@freebsd.org) Received: (from perforce@localhost) by skunkworks.freebsd.org (8.14.9/8.14.9/Submit) id s8I7QAX3050176 for perforce@freebsd.org; Thu, 18 Sep 2014 07:26:10 GMT (envelope-from jmg@freebsd.org) Date: Thu, 18 Sep 2014 07:26:10 GMT Message-Id: <201409180726.s8I7QAX3050176@skunkworks.freebsd.org> X-Authentication-Warning: skunkworks.freebsd.org: perforce set sender to jmg@freebsd.org using -f From: John-Mark Gurney Subject: PERFORCE change 1200387 for review To: Perforce Change Reviews Precedence: bulk X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2014 07:26:11 -0000 http://p4web.freebsd.org/@@1200387?ac=10 Change 1200387 by jmg@jmg_carbon2 on 2014/09/18 07:25:48 minor wording changes.. Sponsored by: FreeBSD Foundation Sponsored by: Netgate Affected files ... .. //depot/projects/opencrypto/share/man/man9/crypto.9#4 edit Differences ... ==== //depot/projects/opencrypto/share/man/man9/crypto.9#4 (text+ko) ==== @@ -17,7 +17,7 @@ .\" .\" $FreeBSD: head/share/man/man9/crypto.9 267936 2014-06-26 21:44:30Z bapt $ .\" -.Dd August 12, 2014 +.Dd September 8, 2014 .Dt CRYPTO 9 .Os .Sh NAME @@ -371,7 +371,7 @@ For encryption algorithms, this bit is set when encryption is required (when not set, decryption is performed). .It Dv CRD_F_IV_PRESENT -For encryption algorithms, this bit is set when the IV already +For encryption, this bit is set when the IV already precedes the data, so the .Va crd_inject value will be ignored and no IV will be written in the buffer. @@ -380,7 +380,7 @@ .Va crd_inject . The IV length is assumed to be equal to the blocksize of the encryption algorithm. -Some applications that do special +Applications that do special .Dq "IV cooking" , such as the half-IV mode in .Xr ipsec 4 ,