Searched refs:null_crypt (Results 1 – 1 of 1) sorted by relevance
55 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