mirror of
https://github.com/Vita3K/psvpfsparser.git
synced 2024-11-23 13:39:51 +00:00
11 lines
315 B
C++
11 lines
315 B
C++
#pragma once
|
|
|
|
#include <memory>
|
|
|
|
#include "IF00DKeyEncryptor.h"
|
|
#include "ICryptoOperations.h"
|
|
|
|
struct CryptEngineData;
|
|
struct derive_keys_ctx;
|
|
|
|
int setup_crypt_packet_keys(std::shared_ptr<ICryptoOperations> cryptops, std::shared_ptr<IF00DKeyEncryptor> iF00D, CryptEngineData* data, const derive_keys_ctx* drv_ctx); |