gnutls_cipher_encrypt



gnutls_cipher_encrypt

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
SINCE
REPORTING BUGS
COPYRIGHT
SEE ALSO

NAME

gnutls_cipher_encrypt − API function

SYNOPSIS

#include <gnutls/gnutls.h>

int gnutls_cipher_encrypt(gnutls_cipher_hd_t handle, void * text, size_t textlen);

ARGUMENTS

gnutls_cipher_hd_t handle

is a gnutls_cipher_hd_t structure.

void * text

the data to encrypt

size_t textlen

The length of data to encrypt

DESCRIPTION

This function will encrypt the given data using the algorithm specified by the context.

RETURNS

Zero or a negative error code on error.

SINCE

2.10.0

REPORTING BUGS

Report bugs to <bug-gnutls@gnu.org>. GnuTLS home page: http://www.gnu.org/software/gnutls/ General help using GNU software: http://www.gnu.org/gethelp/

COPYRIGHT

Copyright © 2008 Free Software Foundation.
Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved.

SEE ALSO

The full documentation for gnutls is maintained as a Texinfo manual. If the info and gnutls programs are properly installed at your site, the command

info gnutls

should give you access to the complete manual.



More Linux Commands

manpages/stat.2.html
stat(2) - get file status (System calls - Linux man page)...
These functions return information about a file, in the buffer pointed to by stat. No permissions are required on the file itself, but-in the case of stat(), fs

manpages/sync.8.html
sync(8) - synchronize data on disk with memory (Man Page)...
sync writes any data buffered in memory out to disk. This can include (but is not limited to) modified superblocks, modified inodes, and delayed reads and write

manpages/SDL_PushEvent.3.html
SDL_PushEvent(3) - Pushes an event onto the event queue.....
The event queue can actually be used as a two way communication channel. Not only can events be read from the queue, but the user can also push their own events

manpages/XkbAllocServerMap.3.html
XkbAllocServerMap(3) - Allocate and initialize an empty serv
XkbAllocServerMap allocates and initializes an empty server map in the server field of the keyboard description specified by xkb. The which parameter specifies

manpages/ttk_vsapi.n.html
ttk_vsapi(n) - Define a Microsoft Visual Styles element.....
The vsapi element factory creates a new element in the current theme whose visual appearance is drawn using the Microsoft Visual Styles API which is responsible

manpages/gdbus-codegen.1.html
gdbus-codegen(1) - D-Bus code and documentation generator...
gdbus-codegen is used to generate code and/or documentation for one or more D-Bus interfaces. The tool reads D-Bus Introspection XML [1] files and generates out

manpages/XScreenSaverUnsetAttributes.3.html
XScreenSaverUnsetAttributes(3) - X11 Screen Saver extension
The X Window System provides support for changing the image on a display screen after a user-settable period of inactivity to avoid burning the cathode ray tube

manpages/XCompositeNameWindowPixmap.3.html
XCompositeNameWindowPixmap(3) - X Composite Extension librar
The composite extension provides several related mechanisms: Per-hierarchy storage The rendering of an entire hierarchy of windows is redirected to off-screen s

manpages/winepath.1.html
winepath(1) - Tool to convert Unix paths to/from Win32 paths
winepath is a tool to convert a Unix path to/from a Win32 (short/long) path compatible with its Microsoft Windows counterpart. If more than one option is given

manpages/Tcl_GetInterpPath.3.html
Tcl_GetInterpPath(3) - manage multiple Tcl interpreters, ali
These procedures are intended for access to the multiple interpreter facility from inside C programs. They enable managing multiple interpreters in a hierarchic

manpages/git-verify-pack.1.html
git-verify-pack(1) - Validate packed git archive files......
Reads given idx file for packed Git archive created with the git pack-objects command and verifies idx file and the corresponding pack file. OPTIONS &lt;pack&gt;.idx

manpages/bootup.7.html
bootup(7) System bootup process (Misc - Linux man page).....
A number of different components are involved in the system boot. Immediately after power-up, the system BIOS will do minimal hardware initialization, and hand





We can't live, work or learn in freedom unless the software we use is free.