pub unsafe extern "C" fn otPlatCryptoHkdfDeinit(
aContext: *mut otCryptoContext,
) -> otError
Expand description
Uninitialize the HKDF context.
@param[in] aContext Context for HKDF operation.
@retval OT_ERROR_NONE Successfully un-initialised HKDF operation. @retval OT_ERROR_FAILED Failed to un-initialised HKDF operation. @retval OT_ERROR_INVALID_ARGS @p aContext was NULL