Searched refs:cml_encrypt (Results 1 – 1 of 1) sorted by relevance
57 static void cml_encrypt(void *, const uint8_t *, uint8_t *);69 .encrypt = cml_encrypt,78 cml_encrypt(void *ctx, const uint8_t *in, uint8_t *out) in cml_encrypt() function