Searched refs:cml_encrypt (Results 1 – 1 of 1) sorted by relevance
60 static void cml_encrypt(void *, const uint8_t *, uint8_t *);77 .encrypt = cml_encrypt,87 cml_encrypt(void *vctx, const uint8_t *in, uint8_t *out) in cml_encrypt() function