Home
last modified time | relevance | path

Searched refs:null_crypt (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/opencrypto/
H A Dxform_null.c55 static void null_crypt(void *, const uint8_t *, uint8_t *);
73 .encrypt = null_crypt,
74 .decrypt = null_crypt,
98 null_crypt(void *key, const uint8_t *in, uint8_t *out) in null_crypt() function