Coda Distributed File System
Variables
encr_null.c File Reference
#include <string.h>
#include <rpc2/secure.h>
Include dependency graph for encr_null.c:

Variables

struct secure_encr secure_ENCR_NULL
 

Variable Documentation

◆ secure_ENCR_NULL

struct secure_encr secure_ENCR_NULL
Initial value:
= {
.name = "ENCR-NULL",
.encrypt_init = init,
.encrypt_free = release,
.encrypt = encrypt,
.decrypt_init = init,
.decrypt_free = release,
.decrypt = decrypt,
}
void encrypt(char *buff)
Definition: rijndael-mikescott.c:267
void decrypt(char *buff)
Definition: rijndael-mikescott.c:314
@ init
Definition: rvm_private.h:470
#define SECURE_ENCR_NULL
Definition: secure.h:57