diff options
Diffstat (limited to 'lib/libc/rpc')
-rw-r--r-- | lib/libc/rpc/des_crypt.3 | 2 | ||||
-rw-r--r-- | lib/libc/rpc/rpc_secure.3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/rpc/des_crypt.3 b/lib/libc/rpc/des_crypt.3 index 4b65d6d..f16e452 100644 --- a/lib/libc/rpc/des_crypt.3 +++ b/lib/libc/rpc/des_crypt.3 @@ -91,7 +91,7 @@ For .Fn cbc_crypt , the parameter .Fa ivec -is the the 8-byte initialization +is the 8-byte initialization vector for the chaining. It is updated to the next initialization vector upon return. diff --git a/lib/libc/rpc/rpc_secure.3 b/lib/libc/rpc/rpc_secure.3 index 73ca959..3d4d79e 100644 --- a/lib/libc/rpc/rpc_secure.3 +++ b/lib/libc/rpc/rpc_secure.3 @@ -171,7 +171,7 @@ library are the main clients of these four routines. takes a server netname and a .Tn DES key, and decrypts the key by -using the the public key of the the server and the secret key +using the public key of the server and the secret key associated with the effective uid of the calling process. It is the inverse of .Fn key_encryptsession . |