Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libfru/include/
H A Dlibfrup.h41 (*fru_encrypt_func_t)(fru_encrypt_t en_dec, unsigned char *buf, size_t buf_len); typedef
53 extern fru_encrypt_func_t encrypt_func;
/illumos-gate/usr/src/lib/libfru/libfru/
H A Dlibfru.cc94 fru_encrypt_func_t encrypt_func;
166 encrypt_func = (fru_encrypt_func_t)dlsym(crypt_lib, in init_libfru()