*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: getsecretkey | Section: 3 | Source: FreeBSD | File: getsecretkey.3.gz
PUBLICKEY(3) FreeBSD Library Functions Manual PUBLICKEY(3) NAME publickey, getpublickey, getsecretkey - get public or secret key LIBRARY RPC Service Library (librpcsvc, -lrpcsvc) SYNOPSIS #include <rpc/rpc.h> #include <rpc/key_prot.h> int getpublickey(const char netname[MAXNETNAMELEN+1], char publickey[HEXKEYBYTES+1]); int getsecretkey(char netname[MAXNETNAMELEN+1], char secretkey[HEXKEYBYTES+1], char *passwd); DESCRIPTION These routines are used to get public and secret keys from the YP database. The getsecretkey() function has an extra argument, passwd, which is used to decrypt the encrypted secret key stored in the database. Both routines return 1 if they are successful in finding the key, 0 otherwise. The keys are returned as NUL-terminated, hexadecimal strings. If the password supplied to getsecretkey() fails to decrypt the secret key, the routine will return 1 but the secretkey argument will be a NUL string (""). SEE ALSO publickey(5) RPC Programmer's Manual in /usr/share/doc/psd/23.rpc. FreeBSD 14.1-RELEASE-p8 October 6, 1987 FreeBSD 14.1-RELEASE-p8

Navigation Options