Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dxform_cml.c58 static void cml_decrypt(void *, const uint8_t *, uint8_t *);
70 .decrypt = cml_decrypt,
84 cml_decrypt(void *ctx, const uint8_t *in, uint8_t *out) in cml_decrypt() function