Under the new app structure, we want to avoid having stub or unused APIs, as it helps other IUTs able to borrow code from existing IUTs easily without worrying about API conflicts or multiple definitions. This removes some KDF and RSA code that isnt used. the decprim code may be re-added later for future openSSL support.
The "stub" files are never compiled, they are there just to serve as a reference for IUT devs.
Under the new app structure, we want to avoid having stub or unused APIs, as it helps other IUTs able to borrow code from existing IUTs easily without worrying about API conflicts or multiple definitions. This removes some KDF and RSA code that isnt used. the decprim code may be re-added later for future openSSL support.
The "stub" files are never compiled, they are there just to serve as a reference for IUT devs.