nnsslConnectionDoHandshakeEx FunctionNN_EXTERN_C nnResult nnsslConnectionDoHandshakeEx( nnsslConnection * this_, size_t * pServerCertSize, u32 * pServerCertNum );
| Name | Description | |
|---|---|---|
| this_ | ||
| pServerCertSize | ||
| pServerCertNum |
See the corresponding C++ function, nn::ssl::Connection::DoHandshake(u8* pServerCertBuf, size_t* pServerCertSize, u32* pServerCertNum).
CONFIDENTIAL