Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libfru/include/
H A Dlibfrup.h43 (*fru_encrypt_func_t)(fru_encrypt_t en_dec, unsigned char *buf, size_t buf_len); typedef
55 extern fru_encrypt_func_t encrypt_func;
/titanic_41/usr/src/lib/libfru/libfru/
H A Dlibfru.cc96 fru_encrypt_func_t encrypt_func;
168 encrypt_func = (fru_encrypt_func_t)dlsym(crypt_lib, in init_libfru()