Searched defs:decrypt (Results 1 – 7 of 7) sorted by relevance
/plan9/sys/src/libc/port/ |
H A D | crypt.c | 47 decrypt(void *key, void *vbuf, int n) in decrypt() function
|
/plan9/sys/src/cmd/unix/drawterm/libc/ |
H A D | crypt.c | 47 decrypt(void *key, void *vbuf, int n) in decrypt() function
|
/plan9/sys/src/cmd/unix/9pfreebsd/mount_9fs/ |
H A D | crypt.c | 54 decrypt(void *key, void *vbuf, int n) in decrypt() function
|
/plan9/sys/src/cmd/ssh2/ |
H A D | netssh.h | 233 int decrypt; member 297 void (*decrypt)(CipherState*, uchar*, int); member
|
/plan9/sys/src/cmd/unix/drawterm/include/ |
H A D | lib.h | 13 #define decrypt libdecrypt macro
|
/plan9/sys/src/cmd/unix/ |
H A D | netkey.c | 148 decrypt(void *key, void *vbuf, int n) in decrypt() function
|
/plan9/sys/src/cmd/ssh1/ |
H A D | ssh.h | 159 void (*decrypt)(CipherState*, uchar*, int); member
|