vitasdk
Documentation of the vitasdk
post_ss_mgr.h File Reference

Go to the source code of this file.

Data Structures

struct  SceSblRsaDataParam
 
struct  SceSblRsaPublicKeyParam
 
struct  SceSblRsaPrivateKeyParam
 

Functions

 VITASDK_BUILD_ASSERT_EQ (8, SceSblRsaDataParam)
 
 VITASDK_BUILD_ASSERT_EQ (8, SceSblRsaPublicKeyParam)
 
 VITASDK_BUILD_ASSERT_EQ (0x24, SceSblRsaPrivateKeyParam)
 
int ksceSblRSA2048CreateSignature (SceSblRsaDataParam *rsa_signature, SceSblRsaDataParam *hash, SceSblRsaPrivateKeyParam *private_key, int type)
 Create the new RSA signature. More...
 
int ksceSblRSA2048VerifySignature (SceSblRsaDataParam *rsa_signature, SceSblRsaDataParam *hash, SceSblRsaPublicKeyParam *public_key, int type)
 Verufy the new RSA signature. More...