On Tue, Feb 4, 2014 at 1:50 PM, Robert Ngan <[email protected]> wrote: > ...<snip>... > And no, I really don't want to dual path the code with my own > implementation of SHA-1 when I can't use KLMD. > > Robert Ngan > CSC Financial Services Group
Robert: I believe if crypto is not there, KLMD is not there. We do this in our code: USING PSA,0 TM FLCFACL2,FLCFCRYA BO HASH_HARDWARE_IN_USE If the bit is off, we do SHA-1 in our own code. If the bit is on, we issue KLMD. -- Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd.
