Lines Matching refs:handle
101 nn::Result InitializeConnectionSession( ConnectionHandle handle );
102 nn::Result DoHandshake( ConnectionHandle handle );
103 …nn::Result DoHandshakeWithGetServerCertInfo( ConnectionHandle handle, size_t* pServerCertSizeCouri…
104 …nn::Result Read( ConnectionHandle handle, u8 pDataBuf[], size_t dataBufSize, size_t* pReadSizeCour…
105 …nn::Result Peek( ConnectionHandle handle, u8 pDataBuf[], size_t dataBufSize, size_t* pReadSizeCour…
106 …nn::Result Write( ConnectionHandle handle, const u8 pDataBuf[], size_t dataBufSize, size_t* pWritt…
107 nn::Result SetServerCertStore( ConnectionHandle handle, CertStoreId certStoreId );
108 nn::Result SetClientCert( ConnectionHandle handle, CertId certId );
109 nn::Result SetCrlStore( ConnectionHandle handle, CrlStoreId certStoreId );
110 nn::Result DisableVerifyOptionForDebug( ConnectionHandle handle, u32 excludeVerifyOptions );
111 …nn::Result GetCipherInfo( ConnectionHandle handle, char8 pVersionBuf[], size_t versionBufSize, cha…
112 nn::Result GetCertVerifyErrors( ConnectionHandle handle, u32* pCertVerifyErrorsCourier );
113 nn::Result Shutdown( ConnectionHandle handle );
114 …nn::Result SetServerCertBuffer( ConnectionHandle handle, nn::Handle hCertBufSharedMemory, size_t c…
115 … nn::Result AddEVPolicyId( ConnectionHandle handle, const char8 pPolicyId[], size_t policyIdSize );