Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dxform_cml.c57 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