Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dxform_cml.c61 static void cml_decrypt(void *, const uint8_t *, uint8_t *);
78 .decrypt = cml_decrypt,
98 cml_decrypt(void *vctx, const uint8_t *in, uint8_t *out) in cml_decrypt() function