Searched defs:update_func (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsoftcrypto/common/
H A Dcrypt.c625 rawdata_crypt_update_function_t *update_func; local
628 update_func =
631 if (update_func != NULL) {
632 return (update_func(context, in, in_len, out, out_len));
701 rawdata_crypt_update_function_t *update_func; local
704 update_func =
707 if (update_func != NULL) {
708 return (update_func(context, in, in_len, out, out_len));

Completed in 16 milliseconds