Lines Matching refs:nn

33 namespace nn {
83 nn::Result InitializeGeneralSession();
84nn::Result NewClient( s32 socket, u32 verifyOpt, const char8 pServerPath[], size_t serverPathSize,…
85 nn::Result CreateCertStore( CertStoreId* pCertId );
86 nn::Result DestroyCertStore( CertStoreId certId );
87nn::Result AddCertToCertStore( CertStoreId certStoreId, const u8 pCertData[], size_t certDataSize,…
88nn::Result AddInternalCertToCertStore( CertStoreId certStoreId, InternalCaCert internalCertName, C…
89 nn::Result RemoveCertFromCertStore( CertStoreId certStoreId, CertId certId );
90 nn::Result CreateCrlStore( CrlStoreId* pCrlId );
91 nn::Result DestroyCrlStore( CrlStoreId crlId );
92nn::Result AddCrlToCrlStore( CrlStoreId crlStoreId, const u8 pCrlData[], size_t crlDataSize, CrlId…
93nn::Result AddInternalCrlToCrlStore( CrlStoreId crlStoreId, InternalCrl internalCrlName, CrlId* pC…
94 nn::Result RemoveCrlFromCrlStore( CrlStoreId crlStoreId, CrlId crlId );
95nn::Result CreateClientCert( const u8 pCertData[], size_t certDataSize, const u8 pPrivateKeyData[]…
96nn::Result CreateInternalClientCert( InternalClientCert internalClientName, CertId* pCertId );
97 nn::Result DestroyClientCert( CertId ClientCert );
98 nn::Result GatherRandomEntropy();
99 nn::Result GenerateRandomBytes( u8 pRandomBuf[], size_t randomBufSize );
100 nn::Result InitializeConnectionSession( ConnectionHandle handle );
101 nn::Result DoHandshake( ConnectionHandle handle );
102nn::Result DoHandshakeWithGetServerCertInfo( ConnectionHandle handle, size_t* pServerCertSizeCouri…
103nn::Result Read( ConnectionHandle handle, u8 pDataBuf[], size_t dataBufSize, size_t* pReadSizeCour…
104nn::Result Peek( ConnectionHandle handle, u8 pDataBuf[], size_t dataBufSize, size_t* pReadSizeCour…
105nn::Result Write( ConnectionHandle handle, const u8 pDataBuf[], size_t dataBufSize, size_t* pWritt…
106 nn::Result SetServerCertStore( ConnectionHandle handle, CertStoreId certStoreId );
107 nn::Result SetClientCert( ConnectionHandle handle, CertId certId );
108 nn::Result SetCrlStore( ConnectionHandle handle, CrlStoreId certStoreId );
109 nn::Result DisableVerifyOptionForDebug( ConnectionHandle handle, u32 excludeVerifyOptions );
110nn::Result GetCipherInfo( ConnectionHandle handle, char8 pVersionBuf[], size_t versionBufSize, cha…
111 nn::Result GetCertVerifyErrors( ConnectionHandle handle, u32* pCertVerifyErrorsCourier );
112 nn::Result Shutdown( ConnectionHandle handle );
113nn::Result SetServerCertBuffer( ConnectionHandle handle, nn::Handle hCertBufSharedMemory, size_t c…