int TDES_setup_decrypt_key()

in TPMCmd/tpm/src/crypt/wolf/TpmToWolfDesSupport.c [88:95]


int TDES_setup_decrypt_key(
    const BYTE          *key,
    UINT32               keyBits,
    tpmKeyScheduleTDES       *skey
)
{
    return TDES_setup( key, keyBits, skey, DES_DECRYPTION );
}