Function ctru_sys::sslcOpenClientCertContext
source · pub unsafe extern "C" fn sslcOpenClientCertContext(
cert: *const u8_,
certsize: u32_,
key: *const u8_,
keysize: u32_,
ClientCert_contexthandle: *mut u32_
) -> Result
Expand description
Opens a new ClientCert-context.
§Arguments
cert
- Pointer to the DER cert.certsize
- Size of the DER cert.key
- Pointer to the DER key.keysize
- Size of the DER key.ClientCert_contexthandle
- Output contexthandle.