Home
last modified time | relevance | path

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

/dflybsd-src/lib/libtcplay/
H A Dtcplay_api.h46 typedef int (*tc_api_cipher_iterator_fn)(void *, const char *, int /* klen */, int /* length */); typedef
59 int tc_api_cipher_iterate(tc_api_cipher_iterator_fn fn, void *priv);
H A Dtcplay_api.c83 tc_api_cipher_iterate(tc_api_cipher_iterator_fn fn, void *priv) in tc_api_cipher_iterate()