emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/tzz/nettle 2b46b87: WIP: GnuTLS: factor extract_da


From: Teodor Zlatanov
Subject: [Emacs-diffs] scratch/tzz/nettle 2b46b87: WIP: GnuTLS: factor extract_data_from_object() out from secure_hash().docs2
Date: Mon, 17 Apr 2017 16:58:50 -0400 (EDT)

branch: scratch/tzz/nettle
commit 2b46b877d57b6e175e8ebb0e0057bceb0ee7a3f8
Author: Ted Zlatanov <address@hidden>
Commit: Ted Zlatanov <address@hidden>

    WIP: GnuTLS: factor extract_data_from_object() out from secure_hash().docs2
---
 src/gnutls.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/gnutls.c b/src/gnutls.c
index e867a2c..496d268 100644
--- a/src/gnutls.c
+++ b/src/gnutls.c
@@ -2058,7 +2058,7 @@ lists.
 IV, KEY, and AEAD_AUTH will be wiped by the function.
 
 INPUT and KEY and IV and AEAD_AUTH can be a list in the format
-(BUFFER-OR-STRING INPUT-START INPUT-END CODING-SYSTEM NOERROR) and
+(BUFFER-OR-STRING START END CODING-SYSTEM NOERROR) and
 those elements are extracted and used as in `secure-hash' which see.
 
 The alist of symmetric ciphers can be obtained with `gnutls-ciphers`.
@@ -2086,7 +2086,7 @@ IV, KEY, and AEAD_AUTH will be wiped by the function if 
they are
 strings.
 
 INPUT and KEY and IV and AEAD_AUTH can be a list in the format
-(BUFFER-OR-STRING INPUT-START INPUT-END CODING-SYSTEM NOERROR) and
+(BUFFER-OR-STRING START END CODING-SYSTEM NOERROR) and
 those elements are extracted and used as in `secure-hash' which see.
 
 The alist of symmetric ciphers can be obtained with `gnutls-ciphers`.
@@ -2180,8 +2180,8 @@ Returns nil on error.  INPUT and KEY can be strings or 
buffers or lists.
 
 KEY will be wiped by the function if it's a string.
 
-INPUT and KEY can be a list in the format (BUFFER-OR-STRING INPUT-START
-INPUT-END CODING-SYSTEM NOERROR) and those elements are extracted and
+INPUT and KEY can be a list in the format (BUFFER-OR-STRING START
+END CODING-SYSTEM NOERROR) and those elements are extracted and
 used as in `secure-hash' which see.
 
 The alist of MAC algorithms can be obtained with `gnutls-macs`.  The
@@ -2299,8 +2299,8 @@ DEFUN ("gnutls-hash-digest", Fgnutls_hash_digest, 
Sgnutls_hash_digest, 2, 2, 0,
 
 Returns nil on error.  INPUT can be a string or a buffer or a list.
 
-INPUT can be a list in the format (BUFFER-OR-STRING INPUT-START
-INPUT-END CODING-SYSTEM NOERROR) and those elements are extracted and
+INPUT can be a list in the format (BUFFER-OR-STRING START
+END CODING-SYSTEM NOERROR) and those elements are extracted and
 used as in `secure-hash' which see.
 
 The alist of digest algorithms can be obtained with `gnutls-digests`.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]